stepjam / RLBench

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

please add examples #4

Closed bionicles closed 5 years ago

bionicles commented 5 years ago

Would it be possible to add a full working example with tf2.0 keras? The current examples seem to only have numpy random actions

stepjam commented 5 years ago

Hi. The examples are meant to be as lightweight as possible. I feel like having the examples littered with machine learning framework code would be a distraction to the core RLBench things I'm trying to show. Nonetheless, I'm happy to take pull requests for tf2.0 examples in a new '_tfexamples' folder if anyone is interested :)