This website requires JavaScript.
Explore
Help
Sign in
brozek
/
rltorch
Watch
1
Star
0
Fork
You've already forked rltorch
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7aa698c349
rltorch
/
rltorch
/
memory
History
Brandon Rozek
26084d4c7c
Added PPOAgent and A2CAgent to the agents submodule.
...
Also made some small changes to how memories are queried
2019-02-19 20:54:30 -05:00
..
__init__.py
Implemented REINFORCE into the library
2019-02-16 20:30:27 -05:00
EpisodeMemory.py
Implemented REINFORCE into the library
2019-02-16 20:30:27 -05:00
PrioritizedReplayMemory.py
Added numba as a dependency and decorated the Prioiritzed Replay function
2019-02-14 21:42:31 -05:00
ReplayMemory.py
Added PPOAgent and A2CAgent to the agents submodule.
2019-02-19 20:54:30 -05:00