robotology / gym-ignition

Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo
https://robotology.github.io/gym-ignition
GNU Lesser General Public License v3.0
224 stars 26 forks source link

Simulate complex robots #90

Closed diegoferigo closed 4 years ago

diegoferigo commented 4 years ago

During the first phase of development, we mainly tested the framework with toy environments such as the CartPole and the Pendulum.

For the first stable release, we want to achieve simulating complex multi-DoF floating-base robots, whose models might contain meshes.

In #4, we included models of the iCub humanoid robot, but after the first experiments we never used them for real development. We should start again that activity and finalize their usage in simulated environments.

We can use this issue to report the problems and bottlenecks we encounter. To begin:

Note that the model still has rendering problems, as reported in #31.

diegoferigo commented 4 years ago

I think that with the new ScenarI/O bindings #158 just merged into devel #185 we reached good performance and a rich set of features. Closing.