-
### What happened + What you expected to happen
I am trying to run A3C algorithm. But I got this error.
2024-07-09 09:46:19.039023: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] …
-
I installed this using: 'pip3 install gym-pull', I assumed it is available on python3
Now on trying to import it using: 'import gym_pull', it gives an error.
```
In [1]: import gym_pull
Usage:…
-
Hi there,
I noticed in [this README](https://github.com/AureumChaos/LEAP/blob/master/examples/README.md) it mentions there is an example of using LEAP with the OpenAI gym:
> openai_gym.py -- exa…
-
## Motivation
When installing the lib, both gym and gymnasium get installed.
This is a disaster for libs like torchrl which support both and need to choose a backend depending on the libraries tha…
-
### Need to add a paramaterizable gym environment
- [ ] Import gym environment as a seperate package in libraries -> already done, need a fork https://github.com/AOS55/gym/tree/master/gym
- [ ] Ad…
-
This package requires `gym==0.23.1`, influencing which third-party RL libraries are compatible.
Is there potential support for the latest `gym` version v0.26, or even better, the new [`gymnasium`](…
-
First of all, thank you for developing and maintaining the environment.
I noticed that the current version supports up to `gym==0.21`. I am interested in knowing whether there are any plans to up…
Yu-zx updated
5 months ago
-
Hi,
Could you please create a new release/tag for the library? Specifically, we need incorporating the commit https://github.com/openai/gym3/commit/fe14d673246329ad9b6253c6c81b79f404ede0a8 because…
-
Good morning,
I'm trying to use firehose but I've got problem with env/libraries compatibility.
My problem starts when I'm typing:
python cell2fire/evaluate_model.py --algo naive
I need stable…
-
This is more of a question than it is a specific bug issue.
When running the lunar landing example exactly as it is in the repo, the avg_r and avg_G learns very quickly and very well. However, the…