-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
loadenvironment error #19
Comments
Hi @tejank10 Glad to see you here 😄 @jbrea made some modifications recently. The document seems also need to be updated(but I guess he is really busy in the next few days.). AFAIK @jbrea just updated the examples of each supported environment yesterday, you may take a look at the example folder of each environment project there. Notice that @jbrea 's PR are not merged yet. I'll update those PR and merge them soon. |
Closing this issue since |
* unify interfaces * update screen after interact * add minor comment * add version check * update docker * revert to juali v1.2 due to https://github.com/JuliaLang/julia/pull/32408\#issuecomment-522168938 * update README
Hi! I was playing with the package, trying out the usage examples from the docs. I am getting
UndefVarError
for example 2 on line 3, which saysloadenvironment("cartpole")
I also could not find any reference to
loadenvironment
function in the codebase, except for in docs. Is it replaced with new function? Any hints?The text was updated successfully, but these errors were encountered: