GithubHelp home page GithubHelp logo

Comments (4)

froyohunter avatar froyohunter commented on July 20, 2024

See here: gfootball_env.py
This is an example of the gfootball environment migration. See the upper dizoo/gfootball/ level for file structures.

In fact, every module in the dizoo level is an example of customized environment migration.

Think of scripts here ding/envs/env/ as template files for env migration. All the modules under dizoo directory have customized these template files: an xxx_env.py, (sometimes with) an xxx_wrapper.py, and (sometimes with) an entry __init__.py.

You can try to imitate any of these modules (I recommend this dizoo/slime_volley/envs/slime_volley_env.py if your environment is more divergent and more complex/customized than what had been included in ding, because some of the gym modules in ding have pre-programmed wrappers that saved a lot of customization efforts, but if your environment has a similar variant that's already included in ding then feel free to use the corresponding wrapper to make life easier.

from di-engine.

PaParaZz1 avatar PaParaZz1 commented on July 20, 2024

Can you provide a complete example of environment migration? I can't move into my environment.

ok, we will add a more specific example about how to transform a general decision-making problem into DI-engine's RL environment after current holiday. And you can refer to the examples in dizoo first.

from di-engine.

lxxxsd avatar lxxxsd commented on July 20, 2024

Thank you very much. I'm learning how to do it!

from di-engine.

PaParaZz1 avatar PaParaZz1 commented on July 20, 2024

You can refer to our new doc about how to migrate your own RL env English | 中文 .

And we will also add a series of doc about how to define your decision problem into a RL env in August.

from di-engine.

Related Issues (20)

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.