-
Traceback (most recent call last):
File "main.py", line 136, in
main()
File "main.py", line 132, in main
atari_learn(env, task.env_id, num_timesteps=task.max_timesteps, double_dqn=dou…
-
Implement DQN in Pytorch
-
跑的是DQN算法这是运行结果:
Model is controlled by use_NN mode
start simulation with DQN algorithm
map_xdim: 13 map_ydim: 12 state_number: 3
load NN
Traceback (most recent call last):
File "E:\Reinforce…
-
**Describe the bug**
Using `torch.nn.Conv2d()`, I can't pass string parameter to padding like `'valid', 'same'`.
**To Reproduce**
Steps to reproduce the behavior:
1. Define any `nn.Module()` usi…
-
- [ ] Hyperparameter tweaking
- [x] Addition of "target value network"
- [ ] Replay priority
- [ ] Move to Dueling Deep Q
- Research other improvements/extensions that have been made to DQN netw…
-
### Description
Hello.
For my experiments I use nvcr.io/nvidia/pytorch:24.01-py3 docker.
I have tried to run [torch_gymnasium_cartpole_dqn.py](https://skrl.readthedocs.io/en/latest/_downloads/49…
-
In "main_torch_dqn_lunar_lander_2020.py" file
--> self.state_memory[index] = state
It says
"ValueError: setting an array element with a sequence. The requested array would exceed the maximum nu…
-
**Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email.
Please post your question on the [RL Discord](https://discord.com/invite/xhfNqQv), [R…
-
-