项目作者: sathishkc

项目描述 :
Simple Reinforcement Learning using Q tables. Train an agent to move to destination
高级语言: Python
项目地址: git://github.com/sathishkc/Simple-ReinforcementLearning-QTable.git
创建时间: 2020-05-14T19:47:08Z
项目社区:https://github.com/sathishkc/Simple-ReinforcementLearning-QTable

开源协议:MIT License

下载


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