rltorch/rltorch/memory
2019-11-11 10:24:40 -05:00
..
__init__.py Implemented components necessary for Deep Q Learning from Demonstrations 2019-11-04 07:44:39 -05:00
DQfDMemory.py Initial implementation of n-step loss 2019-11-11 10:24:40 -05:00
EpisodeMemory.py Implemented REINFORCE into the library 2019-02-16 20:30:27 -05:00
PrioritizedReplayMemory.py Initial implementation of n-step loss 2019-11-11 10:24:40 -05:00
ReplayMemory.py Initial implementation of n-step loss 2019-11-11 10:24:40 -05:00