Commit Graph
11 Commits
Author SHA1 Message Date
Ajay Deshpande 33dc29ee99 Uploading checkpoint if crd provided (#191)
* Uploading checkpoint if crd provided
* Changing the calculation of total steps because of a recent change in core_types

Fixes #195
2019-04-26 12:27:33 -07:00
Ajay Deshpande 2c1a9dbf20 Adding framework for multinode tests (#149)
* Currently runs CartPole_ClippedPPO and Mujoco_ClippedPPO with inverted_pendulum level.
2019-02-26 13:53:12 -08:00
Ajay Deshpande 8a1ea3d915 Merge pull request #161 from x77a1/master
Changes to avoid memory leak in Rollout worker
2019-01-03 21:15:04 -08:00
Ajay Deshpande 0dd39b20ca Removing badge 2018-11-28 09:59:08 -08:00
Ajay Deshpande 15fabf6ec3 Removing badge 2018-11-28 09:19:32 -08:00
Ajay Deshpande e877920dd5 Merge pull request #126 from NervanaSystems/ci_updates
CI related updates
2018-11-27 14:58:26 -08:00
Ajay Deshpande 4a6c404070 Adding worker logs and plumbed task_parameters to distributed coach (#130) 2018-11-23 15:35:11 -08:00
Ajay Deshpande fde73ced13 Simulating the act on the trainer. (#65)
* Remove the use of daemon threads for Redis subscribe.
* Emulate act and observe on trainer side to update internal vars.
2018-11-15 08:38:58 -08:00
Ajay Deshpande 875d6ef017 Adding target reward and target sucess (#58)
* Adding target reward

* Adding target successs

* Addressing comments

* Using custom_reward_threshold and target_success_rate

* Adding exit message

* Moving success rate to environment

* Making target_success_rate optional
2018-11-12 15:03:43 -08:00
Ajay Deshpande 16b3e99f37 Setup basic CI flow (#38)
Adds automated running of unit, integration tests (and optionally longer running tests)
2018-10-24 18:27:58 -07:00
Ajay Deshpande 6b2de6ba6d Adding initial interface for backend and redis pubsub (#19)
* Adding initial interface for backend and redis pubsub

* Addressing comments, adding super in all memories

* Removing distributed experience replay
2018-10-23 16:51:48 -04:00