rltorch/rltorch/memory
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