-
## Motivation
This is somewhat related to https://github.com/pytorch/rl/issues/849. I realize TorchRL is quite new and I expect the documentation and examples will improve over time, but I believe th…
-
### 🐛 Bug
when tranning panda_gym's PickAndPlace env using DDPG,i found the train couldn't stop using the default setting.
### To Reproduce
```
### Relevant log output / Error message
```shel…
-
## Describe the bug
When using SAC Discrete but the actor or the critic architectures contains an LSTM or a GRU module, the following error is raised:
> *** TypeError: cannot assign 'torch.cuda.…
-
https://github.com/pytorch/rl/blob/3595c45eeb0c3e45c41bfff99ecbc973a7d1704f/torchrl/objectives/ddpg.py#L272
this line is not compatible with multi-agent, as it unsuquezees a dimension before the ag…
-
After clicking create project for UE5 (previously it would allow project creation for other versions, and the free plugin was also available for other versions, but now it shows support for only UE5 o…
-
![image](https://user-images.githubusercontent.com/47051839/220357179-42f6681a-d171-467b-9013-0490a8c7f685.png)
此处运行不通过,报错:
f:\Github\DDPG\DDPG.py:51: UserWarning: Creating a tensor from a list of n…
-
## Contribution to MARL
I would like to contribute to Cleanrl repo by extending RL algorithms to Multi-Agent Systems (i.e MARL). I have discussed the same with @vwxyzjn, and he suggested starting a…
-
### 🐛 Bug
Greetings, I am reaching out to inquire if there is anyone who can provide assistance in resolving an error that I have encountered while using DDPG with SB3. Specifically, upon running the…
-
![Snímka obrazovky 2023-09-17 101535](https://github.com/turhancan97/RL-based-Control-of-a-Soft-Continuum-Robot/assets/145254352/4cefe94a-1732-489a-98d6-a0f882d28425)
Hi, I can't find the file wi…
-
## Describe the bug
Sorry for the wave of issues, I am just trying to implement various baselines.
I believe that the TD3 loss might accidentally leak critic gradients into the actor.
## To Rep…