Skip to content

Training an AI to play Truco using deep reinforcement learning.

Notifications You must be signed in to change notification settings

getchebarne/trucobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trucobot

Training an AI to play Truco using deep reinforcement learning.

Logic.py implements the game's logic.

Exp_replay.py implements the experience replay object to store training samples.

Models.py implements a simple MLP builder function using the keras functional API.

Test_agent.py implements a script to test the trained agent against a random-policy one.

Main.py implements the training loop.

About

Training an AI to play Truco using deep reinforcement learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages