gym-mupen64plus icon indicating copy to clipboard operation
gym-mupen64plus copied to clipboard

An OpenAI Gym environment wrapper for the Mupen64Plus N64 emulator

Results 25 gym-mupen64plus issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependency-upgrade

![image](https://user-images.githubusercontent.com/44558631/148703378-8b4a43f9-2bcf-417d-a0bb-9ae54d75f967.png) I am trying to run docker-compose but am getting this error. I have already run docker login. Am I missing a step somewhere? Thanks!

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.0.25 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependency-upgrade

Version 0.9.6 of gym introduced several changes which broke compatibility with most environments, including updates to the MultiDiscrete interface and changes to the step, render, and observe methods from private...

enhancement
area/core-environment

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependency-upgrade

How do you guys plan to support multi agent environment. I came though a blog post for multiple model Mario Kart and I want to run it very bad. Can...

enhancement
area/core-environment

Idea for an alternate rewards system: **Old school arcade game style checkpoint system** * Every step is still `-1` reward >*any positive reward for steps will likely encourage delays rather...

area/game-mario-kart
suggestion / idea
reward-function

One thought I had was to build a custom video driver for mupen64plus which could directly feed the game pixel data to the environment. The video driver already has the...

enhancement
suggestion / idea

I haven't looked into or thought much about the versioning, releasing, docker publishing, etc. Need to see if there's an easy way to set it up for CI/CD with a...

enhancement
ci/cd

Currently the environment (including both game envs) does not validate the `action` value that is passed to the `_step(action)` call. It turns out that in certain circumstances, this could allow...

bug
area/game-mario-kart
area/game-super-smash-bros
area/core-environment