-
We want to create a very simple one player MDP with very few states. Then try to run the code of the [this paper](https://arxiv.org/pdf/2004.07804) to solve it ([Project website](https://sites.google.…
-
### Describe the bug
I've followed https://gymnasium.farama.org/tutorials/gymnasium_basics/environment_creation/#creating-a-package.
I have successfully registered the environment, but when I try to…
-
Workspace feature is great because we can grouping projects in a top context (microservices projects in a big API workspace). But, only one workspace can be open. This feature can be powerful if multi…
-
Following the README file and running the following code with the latest version would yield error: Environment `llf-Gridworld-v0` doesn't exist.
```python
import llfbench as gym
env = gym.make('…
-
First of all, thanks for the amazing work!
I have seen that gridworld is included in the library, but it's in a separate folder. Is it usable as it is or it's not yet officially an usable environme…
-
Hi,
Using your implementation of PPO, I can train a policy on the gym CartPole-v1 environment to consistently get 500 (maximum possible) reward in about ~1 minute, on my cpu without any gpu acceler…
-
**Describe the bug**
Using "no_graphics=True" brings poll_for_timeout Exception and throw Environment shut down with return code -6 (SIGABRT).
**To Reproduce**
Steps to reproduce the behavior:
1…
-
Notes:
1. Use the same Gridworld environment. Show the picture of your own Grid world including start/final state, blocks.
- [x] Complete the program code (refer to hw2-code.py file).
- [x]…
-
### 🐛 Bug
I have created a custom environment using gymnasium (ver: 0.28.1) and stable baselines3 (ver: 2.0.0) but while using check_env() function I am getting an error which says that I have not in…
-
Hi! I would like to ask about resetting the environment that is running on GPU. From what I have read, if GPU backend is used, the environment would only be reset once (via the `reset()` function we d…