Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 313 Bytes

File metadata and controls

19 lines (10 loc) · 313 Bytes

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