Python Reinforcement Learning Algorithms for the Arcade Learning Environment
Stars
12
Forks
6
Watchers
12
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
added eligibility to neural network via _lambda parameter
c4286a3View on GitHubchanged state representation to be smoother for neural network
9a25ee6View on GitHubfix bug where data was changing to np.float64 (from float32), this results in a 1.2x speedup. Added rerun_pyrlcade_h5py.py for rerunning runs wiht different seed
3e2a885View on GitHubAdded debug verbosity options and better debug printout for creating logs, added qsa visualizer, added batch feed forward for Qsa neural network
7633885View on GitHub