Created
October 18, 2020 16:14
-
-
Save youngsoul/8da5c6ad97df088ac96f6b49ed70325c to your computer and use it in GitHub Desktop.
Script to run Grid Reinforcement learning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python reinforcement_learning/GridEnvironmentQLearner.py --name simple --episodes 50000 --show-every 10000 --show-first-n 3 --show-last-n 15 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment