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

Some vars not defined in config.py #2

Closed
coolsober opened this issue Jun 28, 2020 · 2 comments
Closed

Some vars not defined in config.py #2

coolsober opened this issue Jun 28, 2020 · 2 comments

Comments

@coolsober
Copy link

In A3C_training.py

from configs import TRAIN_DATA, LOAD_MODEL, LR, FRAMES_STACKED, NUM_WORKERS, MODEL_DIR

But I can't find the TRAIN_DATA, FRAMES_STACKED and NUM_WORKERS in configs.py

@coolsober
Copy link
Author

Defined by myself.

@personal-coding
Copy link

personal-coding commented Aug 28, 2020

@coolsober How did you define the variables? The one that is tripping me up is the TRAIN_DATA variable.

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