marlgrid icon indicating copy to clipboard operation
marlgrid copied to clipboard

Gridworld for MARL experiments

Results 4 marlgrid issues
Sort by recently updated
recently updated
newest added

Hello! Thank you for making this extremely useful extension to minigrid. Do you plan to add more environments from literature (e.g. predator-prey) and make this repository as robust as [gym-minigrid](https://github.com/maximecb/gym-minigrid)?...

In examples folder, while running video_test.py throws the following error. **abhishek@abhishek-ubuntu:~/Desktop/marlgrid-master$** `/usr/bin/python3 /home/abhishek/Desktop/marlgrid-master/examples/video_test.py` ``` /usr/local/lib/python3.8/dist-packages/gym_minigrid-1.0.2-py3.8.egg/gym_minigrid/roomgrid.py:302: SyntaxWarning: "is" with a literal. Did you mean "=="? if front_cell is None or front_cell.type...

in "marlgrid/utils"; the rendering.py file has errors. ``` gl.glTexParameteri(gl.GL_TEXTURE_2D, gl.GL_TEXTURE_MAG_FILTER, gl.GL_NEAREST) ``` Following are the imports from original repo:- ``` import pyglet from pyglet.gl import * import sys ``` and...

Hi @kandouss, great work here! Thank you :) I was glad to find your repo when I was about to implement the same stuff from scratch. I've been running some...