stepjam / RLBench

A large-scale benchmark and learning environment.
https://sites.google.com/corp/view/rlbench
Other
1.13k stars 230 forks source link

Example RL algorithms or other repos utilizing RLBench? #33

Closed ahundt closed 4 years ago

ahundt commented 4 years ago

So you’re saying there is no other RL repository which already has this one integrated? Correct me if I’m mistaken, but if there are no known, working, and integrated clients I feel like there will be a lot of debugging to do in this project and it may not be ready for use unless one is willing to go through debugging the whole API themselves. I'm not trying to criticize, rather I’m asking to understand the scope of work if I were to use this project seriously. I have a paper & project which uses the vrep api and I’m figuring out the possibility of integrating that with this work https://github.com/jhu-lcsr/good_robot.

Sorry for duplicating https://github.com/stepjam/RLBench/issues/25, but my followup question seems to have been lost, and I can't figure out how to reopen it.

stepjam commented 4 years ago

I'm not sure what you mean by a repository that 'integrates' this one. RLBench is an environment, and so it can be used with any reinforcement learning repository (e.g. RLzoo). The repo is well tested both through unit tests, task integration tests, and manual use through myself and others who use this project; of course bugs will emerge over time, but we are continuing to improve.

ahundt commented 4 years ago

Do you know of any public pytorch code which already supports RLBench as an environment?

I can see RLzoo, which you suggested, does have integrated support, but it uses TF.

stepjam commented 4 years ago

Hi, Not that I am aware of, but any framework that 'supports' OpenAI Gym will automatically be compatible with RLBench.