Commit graph

9 commits

Author SHA1 Message Date
a59f84b446 Cleaned up scripts, added more comments 2019-03-04 17:09:46 -05:00
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
460d4c05c1 Fixed EnvironmentRun to be properly multiprocess.
Fixed the prioirity of bad states to be the smallest
[TODO] Make EnvironmentEpisode properly multiprocess
2019-02-13 23:47:37 -05:00
04e54cddc2 Sends importance weights into correct device for prioiritized replay 2019-02-10 23:16:44 -05:00
013d40a4f9 Implemented Schedulers and Prioritized Replay 2019-02-10 23:11:53 -05:00
0a6f1e73f3 Fixed another mismatched device error 2019-02-03 00:53:13 -05:00
e62385b574 Fixed not having self. 2019-02-03 00:51:24 -05:00
03455accc8 Attempting to see if this fixes the mismatched devices error 2019-02-03 00:49:47 -05:00
a03abe2bb1 Initial Commit 2019-01-31 23:34:32 -05:00