-
Hello.
I am running your code in the atari game Breakout-v0.
the settings are simple DQN(nips), DQN(nature), DDQN, dueling DQN, dueling DDQN.
now, each processes are running almost 6M(6,000,000)…
-
I changed the parameter in examples/dqn.py to this and I get an error:
```
def main():
env_name = 'CartPole-v1'
# env_name = 'PongNoFrameskip-v4'
use_prioritization = True
use_…
jt70 updated
4 months ago
-
When i do :
`python main.py --is_train=False --display=True --use_gpu=False`
I get :
`
[*] GPU : 1.0000
[2018-05-23 17:17:55,692] Making new env: Breakout-v0
{'_save_step': 500000,
'_test_ste…
-
I don't know why this error shows up. Please help me out here.
[*] GPU : 1.0000
2019-05-23 23:34:52.437286: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that…
-
I am running Windows 10 on a 2017 MacBook Pro using BootCamp so as far as I know I can't use gpu
When I run `python main.py --env_name=Breakout-v0 --is_train=True --display=True --use_gpu=False` I …
-
Hello!
I try to run your code and have some problems. In DQN torch.load("/home/ffd/QDN/model/"+str(self.load_ep)+"a.pt"), in your package no this files. And in PPO torch.load("/home/ffd/QDN/model/210…
-
I need to be able to resume training breakout-v0 after stopping it. I would also like to be able to move a checkpoint dir to another machine and resume training there.
When I train on my laptop, us…
-
Hi,大佬
@Crawford-fang
非常感谢大佬可以公开自己的开源代码,我对于深度强化学习训练机器人非常感兴趣,我下载了您的代码,但是运行出现错误,如下:
`/home/he/miniconda3/envs/rostorch/bin/python3.7 /home/he/turtlebot_ws/src/ROS_pytorch_RL/DQN/DQN2.py
Traceback (m…
-
When I clone the repository, I get a message saying that the cloning succeeded but that the checkout failed:
```
$ git clone https://github.com/devsisters/DQN-tensorflow.git
Cloning into 'DQN-ten…
-
Current configuration:
Ubuntu 20.04
Sofa v23.06.00 (From Binary)
Python 3.8.10
When running example (python test_env.py -e concentrictuberobot-v0 -ep 100 -s 100), simulation runs successfully, …