Coder Social home page Coder Social logo

rlpyt's People

Stargazers

 avatar

Watchers

 avatar  avatar

rlpyt's Issues

expose scene parameters

https://github.com/yd-yin/rlpyt/blob/master/rlpyt/envs/gym.py#L163-L172

def make(*args, info_example=None, **kwargs):
    """Use as factory function for making instances of gym environment with
    rlpyt's ``GymEnvWrapper``, using ``gym.make(*args, **kwargs)``.  If
    ``info_example`` is not ``None``, will include the ``EnvInfoWrapper``.
    """
    if info_example is None:
        return GymEnvWrapper(gym.make(*args, **kwargs))
    else:
        return GymEnvWrapper(EnvInfoWrapper(
            gym.make(*args, **kwargs), info_example))

change it to something like this

def reloc_make(*args):
    return GymEnvWrapper(ReLocEnv(*args, **kwargs))

https://github.com/yd-yin/reloc_rl/blob/master/algos/rlpyt_proactive/ppo_parallel.py#L83-L89

EnvCls=gym_make -> EnvCls=reloc_make

https://github.com/yd-yin/rlpyt/blob/master/rlpyt/samplers/parallel/base.py#L74
Use self.rank to choose between environments

1: reloc_make()
2: reloc_make()
3: reloc_make()
4: reloc_make()
5: reloc_make()

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.