PaddlePaddle/MetaGym rlschool-v0.1
PaddlePaddle/MetaGym
Captured source
source ↗published Sep 16, 2019seen 5dcaptured 13hhttp 200method plain
RLSchool 0.1
Repository: PaddlePaddle/MetaGym
Tag: rlschool-v0.1
Published: 2019-09-16T08:50:17Z
Prerelease: no
Release notes: The environment for Elevator Dispatch Competition [Round 1][AI studio].
APIs
Three main APIs ike [gym][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][config]
[gym]: https://github.com/openai/gym [AI studio]: https://aistudio.baidu.com/aistudio/competition/detail/11 [config]: https://github.com/PaddlePaddle/RLSchool/blob/master/rlschool/liftsim/config.ini