This commit is contained in:
JohnJim0816
2021-03-23 16:10:11 +08:00
parent d4690c2058
commit bf0f2990cf
198 changed files with 1668 additions and 1545 deletions

View File

@@ -1,26 +1,5 @@
# DDPG
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
```
![image-20210320151900695](assets/image-20210320151900695.png)