-
当使用demo_DQN_Dueling_Double_DQN 训练结束的的pt文件无法作为测试时的权重文件 ,是否需要将保存pt文件
由torch.save(actor, actor_path)
更改为torch.save(actor.state_dict(), actor_path)
-
Please, I have the following issue while trying to run main_dueling_ddqn.py
![essue](https://user-images.githubusercontent.com/58139310/144785226-5b7ee8b4-a0a6-40e5-aa13-45bca66595fe.PNG)
-
Smuggler
Camouflage Ally no longer works on a target, if you are dueling that target.
Cekis updated
3 years ago
-
Create a unique dueling WC tradition for Ogres to replace `tradition_fp1_trials_by_combat`.
-
Hello, I would like to ask where your code uses D3QN. I was confused when I saw TD3 in the train.py code, and would like to ask you what happened?Additionally, I am also confused about the use of duel…
-
### Description
Whenever you examine the Dueling Banjo and let the music play, it does not end unless you leave the server or quit the game. Snd_stop probably works but that also kills the sound fr…
ghost updated
3 years ago
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
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)…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
Current design is the most basic architecture for deep RL. Followings are some improvements which can be made for Q-learning.
- [x] Experience Replay
- [x] Usage of 'Targent Network' (See deepmind…