rail-berkeley / rlkit

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

Add online rl algorithm + train_mode function #42

Closed hexiang-hu closed 5 years ago

hexiang-hu commented 5 years ago

(1) Add train_mode to batch_rl_algorithm (2) Add online_rl_algorithm with online data_collector

vitchyr commented 5 years ago

Looks good! I'm ready to merge it in after the conflicts have been resolved.

hexiang-hu commented 5 years ago

Cool, just resolved the conflicts

vitchyr commented 5 years ago

Thanks for this great PR!