update DQN
This commit is contained in:
24
codes/dqn/README.md
Normal file
24
codes/dqn/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
```
|
||||
|
||||
```python
|
||||
tensorboard --logdir logs
|
||||
```
|
||||
Reference in New Issue
Block a user