We created a Smart agent looking for its path to the BIG reward. We used QLearning to train the agent.
- Python3
- Numpy
To Start the training, type the below command:
python3 run.py <number_of_episodes>The argument <number_of_episodes> is Optional
The default value of <number_of_episodes> is 50