ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
3

Reinforcement learning on bag files?

asked 2014-01-15 21:30:18 -0500

peci1 gravatar image

At my university, we've been setting up a new subject on intelligent robotics right now. We want to do all the labs in ROS and on real data from our robot.

Now I've been thinking about what would be the best task for the students to be solved in ROS to exercise reinforcement learning.

We've got a UGV, but we just can't make it available for all the 60 students. So we think about what task can be solved provided only a recorded bag file without any interaction with the robot.

We know this isn't the best setup for reinforcement learning; on the other hand, just learning a value/Q function from a recording seems also as a possibility. We also need the result of the learning to be verifiable without running the students' codes on the robot.

Do you have any ideas on what task do try?

Our ideas:

  • Doing something with the camera data (some simple vision task)
  • Taking odometry and accelerometer data as training and try to learn when it is not advisable to go straight forward

Thanks for your ideas.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2014-01-26 22:21:15 -0500

If you could provide the students with a Gazebo simulation, they could solve a real reinforcement learning task. I'd stick with some very simple wheeled robot, so the simulation doesn't get too slow. One idea for a task would be learning to follow a corridor (or maybe even a maze) using a laser scanner. We have a working simulation of our six wheeled robots as part of our kurt_driver stack, maybe you can modify that for your needs.

edit flag offensive delete link more

Comments

Thanks, Martin. Gazebo really seems like a good way. But the problem is we don't have (and don't want to create :) ) a physical model of our robot. But we'll keep considering Gazebo and let the students solve the task on a virtual robot, which could also be great experience ;)

peci1 gravatar image peci1  ( 2014-01-27 11:04:46 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-01-15 21:30:18 -0500

Seen: 450 times

Last updated: Jan 26 '14