-
Notifications
You must be signed in to change notification settings - Fork 236
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
SAC and cross-maze ant #8
Comments
hartikainen
pushed a commit
that referenced
this issue
Jun 20, 2018
* Apply nonlinearity to preprocessor output * Regularize scale directly instead of the scale network parameters * Add scale regularization losses into 'tf.GraphKeys.REGULARIATION_LOSSES'
Hi, |
hartikainen
pushed a commit
that referenced
this issue
Feb 24, 2019
* Apply nonlinearity to preprocessor output * Regularize scale directly instead of the scale network parameters * Add scale regularization losses into 'tf.GraphKeys.REGULARIATION_LOSSES'
Hi, thanks for uploading this code. OSError: /mujoco_models/libmujoco150.so: cannot open shared object file: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Can SAC run with the cross-maze variation for ant? With the default parameters, the command:
"python ./examples/mujoco_all_sac.py --env=ant --domain=ant --task=cross-maze --policy=gmm --log_dir=data/ant_cross-experiment"
does not throw any errors but "Launches 0 experiments." I was able to track the problem down to rllab's _ivariants_sorted function in class VariantGenerator in misc/instrument.py which returns a generator for an empty list when the cross-maze task is specified (it seems to work for Multidirection) as a opposed to a list with a dictionary containing run parameters.
Am I doing something wrong or not including a run flag?
Other than that, thanks for sharing the code!
The text was updated successfully, but these errors were encountered: