Metadata-Version: 2.1
Name: rlschool
Version: 0.3.2
Summary: RLSchool: Excellent environments for reinforcement Learning benchmarking
Home-page: https://github.com/PaddlePaddle/RLSchool
Author: parl_dev
Author-email: 
License: GPLv3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: Pillow (>=6.2.2)
Requires-Dist: six (>=1.12.0)
Requires-Dist: numpy (>=1.16.4)
Requires-Dist: configparser (>=3.7.4)
Requires-Dist: trimesh (>=3.2.39)
Requires-Dist: networkx (>=2.2)
Requires-Dist: colour (>=0.1.5)
Requires-Dist: scipy (>=0.12.0)
Requires-Dist: pyglet (==1.4.0) ; python_version < "3"
Requires-Dist: pyglet (==1.5.0) ; python_version >= "3"

# RLSchool

RLSchool是一个强化学习模拟环境合集。

# 环境

- [LiftSim][liftsim]：电梯调度模拟

[liftsim]: https://github.com/PaddlePaddle/RLSchool/tree/master/rlschool/liftsim

- [Quadrotor][quadrotor]: 3D四轴飞行器

[quadrotor]: https://github.com/PaddlePaddle/RLSchool/tree/master/rlschool/quadrotor


