Skip to content

Commit f33de97

Browse files
committed
unify dependencies version
1 parent 220089b commit f33de97

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,3 @@ Flightmare is composed of two main components: a configurable rendering engine b
77
Those two components are totally decoupled and can run independently from each other.
88
Flightmare comes with several desirable features: (i) a large multi-modal sensor suite, including an interface to extract the 3D point-cloud of the scene; (ii) an API for reinforcement learning which can simulate hundreds of quadrotors in parallel; and (iii) an integration with a virtual-reality headset for interaction with the simulated environment.
99
Flightmare can be used for various applications, including path-planning, reinforcement learning, visual-inertial odometry, deep learning, human-robot interaction, etc.
10-
11-
![flightmare](./docs/flightmare.png)
12-
13-
# Development Progress
14-
15-
* flighlib
16-
* flightros
17-
* flightrl
18-
* flightrender
19-
* flightdoc
20-

flightrl/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
author_email='[email protected]',
1616
description='Flightmare: A Quadrotor Simulator.',
1717
long_description='',
18-
install_requires=['gym==0.10.9', 'ruamel.yaml', 'numpy', 'stable_baselines==2.8'],
18+
install_requires=['gym==0.11', 'ruamel.yaml',
19+
'numpy', 'stable_baselines==2.10.1'],
1920
packages=['rpg_baselines'],
2021
)

0 commit comments

Comments
 (0)