This commit is contained in:
Pranjal Tandon
2019-05-29 12:14:40 +05:30
committed by GitHub
parent 7556ebab4c
commit b65a61a289
+7
View File
@@ -71,3 +71,10 @@ python main.py --env-name Humanoid-v2 --policy Deterministic --tau 1 --target_up
| Walker2d-v2 | 0.2 |
| Ant-v2 | 0.2 |
| Humanoid-v2 | 0.05 |
### TODO
-------------
- [ ] Upgrade to Pytorch 1.1.0
- [ ] Upgrade gym to 0.12.5
- [ ] Replace TensorboardX with torch.utils.tensorboard. (Tensorboard is available in pytorch1.1.0([torch.utils.tensorboard](https://pytorch.org/docs/stable/tensorboard.html))).