This is cool. I've been working on a quadrupedal robot. I wonder if some of these tools would help me visualize and develop gaits for the robot? It looks like they would.
You could also try out pybullet, the official Python bindings for Bullet Physics which uses the same underpinnings as Roboschool: pip install pybullet and you are up and running, quickstart guide is at http://pybullet.org . It has a Minitaur quadruped robot as one of the examples.
Roboschool: open-source software for robot simulation
11–20 of 29 posts
Re: Roboschool: open-source software for robot simulation
#12Re: Roboschool: open-source software for robot simulation
#13The videos seem to have strong control flavour. What's the hook for AI researchers?
Gait control is widely recognized as on-topic in AI robotics circles. There are sessions on this topic at the main conferences, for example.
Coming from a site with a name like "Open AI" I expected some software to help promote research on workhorse AI topics such as search, planning, constraint programming, knowledge representation and automated reasoning.
Re: Roboschool: open-source software for robot simulation
#14Huge news, waiting for open source robot simulator for long. It's so wonderful. However, the shadow and appearance are a little pale compared to MuJoCo.
Re: Roboschool: open-source software for robot simulation
#15Re: Roboschool: open-source software for robot simulation
#16The videos seem to have strong control flavour. What's the hook for AI researchers?
These environments are often used as a testbed for reinforcement learning, e.g. https://arxiv.org/abs/1502.05477
from Transfer from Simulation to Real World through Learning Deep Inverse Dynamics Model
https://arxiv.org/abs/1610.03518
by Christiano, Shah, Mordatch, Schneider, Blackwell, Tobin, Abbeel, & Zaremba
Re: Roboschool: open-source software for robot simulation
#17Re: Roboschool: open-source software for robot simulation
#18Re: Roboschool: open-source software for robot simulation
#19One robotics simulator that never seems to get any love is this one:
Open source, browser-based, javascript, webgl, and can even control an Arduino version of your robot (via node); I'm not sure why it's such an underdog, but I suspect it's partially the name.
Note - a working github path is:
https://github.com/omni360/assemblino.js
Not sure why the links are broken on the page - maybe this project is "dead" - but the source lives on I guess...
Re: Roboschool: open-source software for robot simulation
#20Earlier quoted context omitted.
Gait control is widely recognized as on-topic in AI robotics circles. There are sessions on this topic at the main conferences, for example.
Well, yes, but getting robots to move without falling over is not really a core AI topic; it's an application area where some AI stuff happens to be useful. Coming from a site with a name like "Open AI" I expected some software to help promote research on workhorse AI topics such as search, planning, constraint programming, knowledge representation and automated reasoning.
Really? I'd expect some stuff that helps me integrate AI into whatever it is I'm building.