-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add custom IMPORT_USER_MODULES to user_config.py #99
base: master
Are you sure you want to change the base?
Conversation
Hi @abefetterman! I just looked through---mostly looks great! But I'm curious, why does the custom import happen separately across so many files? Since, if I'm remembering correctly, the aim for the custom import modules is to allow gym registration, I think you only would need to put this in the |
I usually avoid putting external imports into |
@abefetterman , @jachiam You may be also interested in my PR which may be better solution to this problem: #201 |
Modules listed in IMPORT_USER_MODULES will be imported before making gym environments, for example add 'pybullet_envs' to enable pybullet environments to be used in command line