Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training problem #15

Open
ShelyH opened this issue Jun 15, 2022 · 2 comments
Open

Training problem #15

ShelyH opened this issue Jun 15, 2022 · 2 comments

Comments

@ShelyH
Copy link

ShelyH commented Jun 15, 2022

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?

@Shuijing725
Copy link
Owner

In config.py, line 143, change training.num_processes to 1.

@Shuijing725
Copy link
Owner

Shuijing725 commented Jan 2, 2023

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 ...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants