Skip to content

RLSchool 0.1

Compare
Choose a tag to compare
@banma12956 banma12956 released this 16 Sep 08:50

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