update DDPG

This commit is contained in:
JohnJim0816
2020-10-15 22:07:42 +08:00
parent cf9887f6d0
commit 0ff03c498e
37 changed files with 161 additions and 99 deletions

26
codes/ddpg/README.md Normal file
View File

@@ -0,0 +1,26 @@
python 3.7.9
pytorch 1.6.0
tensorboard 2.3.0
torchvision 0.7.0
train:
```python
python main.py
```
eval:
```python
python main.py --train 0
```
open tensorboard:
```python
tensorboard --logdir logs
```