Skip to content

Releases: PaddlePaddle/MetaGym

v0.1.0

07 Apr 08:05
3b45512
Compare
Choose a tag to compare

Improve the functionality of meta-maze.

RLSchool 1.0.3

15 Nov 07:49
Compare
Choose a tag to compare

Add MetaMaze and Navigator Environment
Unify the entrance to gym.make

RLSchool 1.0.2

15 Nov 07:02
Compare
Choose a tag to compare

Add Quadrupedal Environment

RLSchool 0.1

16 Sep 08:50
Compare
Choose a tag to compare

The environment for Elevator Dispatch Competition Round 1.

APIs

Three main APIs ike gym:

  • reset( ): reset the environment,
  • step(action): run the environment for one timestep,
  • render( ): render the environment.

Passenger flow

The passengers are generated from a specified distribution. Use Poisson distribution to generate passengers which is derived from Binomial distribution. You can customize the distribution with config.ini

RLSchool 1.0

05 Mar 09:50
Compare
Choose a tag to compare
  • Add quadrotor environment
  • Support Paddle 2.0 dynamic graph