-
### Overview
I've been working on a general purpose library for training safe RL agents called [safe-grid-agents](https://github.com/jvmancuso/safe-grid-agents). It primarily uses the [AI Safety G…
-
I used Ubuntu 14.02 and Anaconda with Python 3.5.2 to run this project. I downloaded this repository and run these commands:
cd MAgent
sudo apt-get install cmake libboost-system-dev libjsoncpp-dev…
-
## Background
[BabyAI](https://arxiv.org/abs/1810.08272) is a "gridworld environment whose levels consist of instruction-following tasks that are described by a synthetic language". Gato generates th…
-
**Describe the bug**
When a (human)agent has picked up an object, it is removed from the `grid_world.environment_objects` dictionary. However, this also prevents the gridworld from making changes to …
-
Hello, I am trying to run on env minigrid. Could you please help with the version of minigrid, gymnasium, gym? I want to test on envs MiniGrid-ObstructedMaze-Full, and MiniGrid-MultiRoom-N12-S10 etc. …
-
The below is your example code, but I got problem after run it.
```
import gym
import gridworld
from gridworld.tasks import DUMMY_TASK
env = gym.make('IGLUGridworld-v0')
env.set_task(DUMMY_T…
-
Hello irl-lab : )
I encountered some IndexError below. I tried to change those indices into Integer, but it didn't work.
Is there anything I didn't notice ?
Thanks a lot : )
```----------------…
-
**Is your feature request related to a problem? Please describe.**
I want tutorials and help on how MATRX works, for beginners and more advanced users.
**Describe the solution you would like**
A …
-
### Proposal
I would like to know what's the policy/procedure to add new environments or to be referenced in the [third-party environments page](https://gymnasium.farama.org/environments/third_party_…
-
Shouldn't this be the value update function ?
v += action_prob * (reward + discount_factor * prob * V[next_state])
instead of :
v += action_prob * prob * (reward + discount_factor * V[next_sta…