-
Hi, I am following your request. Installed pytorch=0.4.1. But an error occurred. Can you help solve it?
My environment:
python=3.6
cuda=10.0
cudnn=0.7.0
error:
Traceback (most recent call last…
-
ROS Noetic on Ubuntu 20.04 with python 3.8.10 and pytorch 1.10.
error:
1.
Resource not found: multi_robot_scenario
ROS path [0]=/opt/ros/noetic/share/ros
ROS path [1]=/opt/ros/noetic/share
T…
-
**SAC Log Prob**:
I am really confused about the log_prob equation used in the pytorch code:
https://github.com/openai/spinningup/blob/master/spinup/algos/pytorch/sac/core.py#L60
I realize that t…
-
目前在文档中看到本项目实现了非常丰富的智能体模型算法,以及不同类型Env的适配,但是好像具体的benchmark试验结果汇总比较有限,存在大量的结果缺失,例如[Atari](https://xuance.readthedocs.io/zh/latest/documents/benchmark/atari.html)、MPE、MAgent等均无试验结果展示,仅有的Mujoco试验结果也不是很完整,仅…
-
Attempting the spinning up tutorial using windows and wsl2 by following the link given in the installation tutorial.
After setting up conda and wsl2, I made my conda environment, then followed the …
-
- Value based RL
- [ ] DQN
- [ ] Rainbow DQN
- [ ] [CQL](https://sites.google.com/view/cql-offline-rl)
- Value based + Policy based RL
- [x] DDPG
- [ ] [TD3](https://spinni…
-
-
Disclaimer: I am not completely sure if this is a bug of PFRL.
When I ran SAC, and TD3 on my university's cluster without a GPU, I observed that memory usage gradually increased and finally reached…
-
Hi, in PyTorch docs we can read:
```
torch.nn only supports mini-batches. The entire torch.nn package only supports inputs that are a mini-batch of samples, and not a single sample.
For example, …
-
Hello, apologies if I do this wrong I don't contribute to open source often. I was attempting to run the Pytorch PPO implementation and kept getting several errors regarding the dimension of the obser…