-
I'm running pytorch 0.2,
and the code `dqn_learn.py` fail to work..
the error as follow
```
Traceback (most recent call last):
File "ram.py", line 57, in
main(env)
File "ram.py",…
-
# Remember TorchRL: the state of memory in TorchRL
Hello! This is a discussion post to recap the state of memory models in TorchRL: what's doable, what's not doable, what is the way to do things, a…
-
pytorch実行時にエラー(RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location…
-
Hello,
do you think it is possible to run the rllib integration in docker? My idea of the process so far has been:
- creating a Dockerfile
- From carlasim/carla:0.9.11
- exporting CARLA_ROOT
…
-
ubuntu 16.04
python3.5
anaconda
installed gym refered https://github.com/openai/gym instruction.
but when i run your code
Traceback (most recent call last):
File "/home/op/pytorch-dqn-mas…
-
Thank you for sharing your code
i tried to install Flow according to your instructions
cd flow
conda env create -f environment.yml
conda activate TorchGRL
python setup.py develop
But may be …
-
在莫烦的网课里使用了 tensorboard来展示网络结构,想请教一下pytorch如何使用tensorboard来展示网络结构(看过很多教程,都是在add_graph方法中传入module,但DQN类并不是一个module,而是由两个module组成的,所以想请教一下有无解决方案)
jzndd updated
2 years ago
-
A feature request proposal to add support of Duel DQN, as suggested in [paper](https://arxiv.org/pdf/1511.06581.pdf) [Dueling Network Architectures for Deep Reinforcement Learning] , which is describe…
-
## 🐛 Bug
I built a custom image based on `pytorch/pytorch:1.5-cuda10.1-cudnn7-runtime`, but it has memory leak once ran using docker with gpus. As an example, this ran (https://app.wandb.ai/cleanrl…
-
Hi there, I get running error when trying to run an agent, any tips on solving it?
Traceback (most recent call last):
File "play.py", line 20, in
Game.fit_model()
File "/Users/maciejwia…