rail-berkeley / rlkit

Collection of reinforcement learning algorithms
MIT License
2.46k stars 550 forks source link

Making local mode Not run through doodad #25

Closed richardrl closed 5 years ago

richardrl commented 5 years ago

What's the purpose of making local mode run through doodad?

It's making it very hard to debug because stuff like PyCharm doesn't work well trying to hook into subprocesses...

I can submit a PR to make local mode run within rlkit

richardrl commented 5 years ago

Use launcher_util.py -> run_experiment_here to run outside doodad in your launch script!

vitchyr commented 5 years ago

Correct! You can also set the mode to "here_no_doodad" if you want to always use the run_experiment function.