Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 324 Bytes

ReinforcementLearning

Write your own environments for Reinforcement Learning
Snake Image


Contents of this Repo

  • Environments : All the environments exist here
    • Snake
  • RLClasses.py : All the classes and functions required for the training process
  • TrainingSnake.py : Main Training Loop