Metadata-Version: 2.1
Name: rlschool
Version: 1.0.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
License-File: LICENSE
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: gym (>=0.18.0)
Requires-Dist: pybullet (>=3.0.7)
Requires-Dist: attrs (>=20.3.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

- [Quadrupedal][quadrupedal]: 四足机器人

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

