GithubHelp home page GithubHelp logo

mehdizouitine / gym_ma_toy Goto Github PK

View Code? Open in Web Editor NEW
37.0 37.0 2.0 1.35 MB

:video_game: Toy environment set for multi-agent reinforcement learning and more

License: MIT License

Python 100.00%

gym_ma_toy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

zenchiyu athakapo

gym_ma_toy's Issues

Major reward bug

Hi @yzexeter,
We found a major bug in reward fuction and reset episode.
We fix that in our last commit, We invite you to update gym_ma_toy.

Best regards,
Adil

Environment Animation

Hi,

Is it possible to make the running in an animation mode. The environment I am trying only renders one image a time, and I have to close the window to push the experiment forward. I notice that the implemented rendering method is with matplotlib.

I am not sure if this environmet works in windows, as I am trying in windows 10. Perhaps, either the OS or the matplotlib prevents animation.

Do you have a plan to make it work as convensional gym rendering style.

Doing baseline benchmark

The aim of this project is to make toy environments to allow the user to test its t reinforcement learning algorithms.
We need reference scores so that the user can validate her/his method.

Bug diagonal mouvement

# fill the remaining possible actions by testing the HV ones

We cannot say that a diagonal movement is possible if we only know that both vertical and horizontal movement are available.

Here is the following case of error that can lead to the superposition of two agents:

If the diagonal agent A1 is in position (x,y) and (x-1,y) and (x,y+1) are empty then we cannot say that (x-1,y+1) and empty.
We need to check in addition to that that the diagonal box is empty.

Create an environment with an adversarial setting

The implementation of these environments is an essential part of the project.
Several configurations may be available:

  • 1 vs 1 symmetrical
  • n vs m symmetrical
  • 1 vs 1 asymmetrical
  • n vs m asymmetrical

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.