-
I wote what i did for checking rl
```bash
pyenv local 3.9.13
python -m venv .rl
source .rl/bin/activate
```
-
Hi!
I followed the Getting Started instructions but was unable to run the examples, as agenthive does not work with the most recent versions of the dependencies.
Could you detail which package v…
-
## To Reproduce
```python
from torchrl.envs import EnvCreator, ParallelEnv
from torchrl.envs.libs.gym import GymEnv
def run(from_pixels):
env = ParallelEnv(
2, EnvCreator(lambd…
-
I'm having problem with installation.
When I'm directly following [Getting started instructions](https://github.com/facebookresearch/agenthive/blob/dev/GET_STARTED.md) I'm receiving following erro…
-
Hello. why this error happened when I want to run this script: python mappo_ippo.py --m env.scenario_name=balance
## Describe the bug
Traceback (most recent call last):
File "mappo_ippo.py", …
-
## Motivation
It is not very clear what should be the structure of TensorDict of the return of the _step() function for a multi agent environment.
If there are two agents A and B and they are in…
-
## Describe the bug
When I proceeded further based on the issue https://github.com/pytorch/rl/issues/2402
I have already made modifications based on the suggestions according to the issue above, b…
-
I've been exploring the BenchMARL library and am impressed with its capabilities and design—great work!
I am currently interested in implementing a multi-agent reinforcement learning scenario using…
wmn7 updated
6 months ago
-
Hi there 👋🏼
First of all, thanks a lot for your library, it has inspired several works in our research group!
We are actively developing [RL4CO](https://github.com/kaist-silab/rl4co), a library fo…
-
Hi! Thanks for sharing your work on MARL with VMAS! The tutorial was great and included lots of details and explanations! I have been looking for examples with non-sharing parameters between agents…