Skip to content

Simple Reinforcement Learning using Q tables. Train an agent to move to destination

License

Notifications You must be signed in to change notification settings

sathishkc/Simple-ReinforcementLearning-QTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-RL-QTable

Simple Reinforcement Learning using Q tables. Train an agent to move to its destination

Dependancy modules:

  • numpy
  • pandas
  • time
  • tkinter - for display purpose

Just execute the following to train or test:

python test_env.py