Xingyu-Lin / mbpo_pytorch

A pytorch reprelication of the model-based reinforcement learning algorithm MBPO
154 stars 38 forks source link

Missing utils #1

Closed TsuTikgiau closed 3 years ago

TsuTikgiau commented 3 years ago

Hello, Thanks for your awesome pytorch reimplementation! I'd like to have a try but I notice that I cannot find the utils in the main_mbpo.py file. May I have your help? Thanks!

TsuTikgiau commented 3 years ago

Oh, I just noticed that utils is actually not used. I commented it out and the script is runnable now. Thank you!