You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project run twelve instances of the environment in parallel for collecting the robot's experenvces, but I want to use an environment for training, how can I do that?
The text was updated successfully, but these errors were encountered:
I did not encounter this error, since pytorchBaselines/a2c_ppo_acktr/ is indeed under the root directory. Maybe try adding __init__.py everywhere in this subfolder, or replace from pytorchBaselines.a2c_ppo_acktr import ... with from .pytorchBaselines.a2c_ppo_acktr import ...?
This project run twelve instances of the environment in parallel for collecting the robot's experenvces, but I want to use an environment for training, how can I do that?
The text was updated successfully, but these errors were encountered: