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
220 stars 26 forks source link

Allow inserting worlds from file containing models #386

Closed diegoferigo closed 2 years ago

diegoferigo commented 2 years ago

Before this PR, models were exposed to the user but not properly initialized. Closes #385.