Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 390 Bytes

File metadata and controls

4 lines (3 loc) · 390 Bytes

ReinforcementLearning_basic_example

Using Reinforcement learning to solve a basic matrix game where a person needs to go from one end of the matrix to the other end of the matrix while avoiding obstacles.

Usage is simple , Run Agent.py , change value of variable s in GameEnvironment class to change matrix size , testing instances can be changed from the Agent python file in the loop.