-
Notifications
You must be signed in to change notification settings - Fork 18
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
Failed to run some projects #165
Comments
Now I have solved part of the problem, currently there are only two types of error.
There are no |
Hi, thanks a lot for your interest in our bark-ml. Sorry for these bugs, we noticed them in June, and just had time to fix them. These bugs should be fixed in the latest commit. If you still have problems with running them, pls. raise your question here again. |
Sorry to bother you, for some reason many of my projects fail, such as fqf、iqn、qrdqn、tfa_counterfactual
I use code like
bazel run //examples:Project
to run these.The following are some error details, I do not know how to solve.But among these items, I care most about item tfa_counterfactual. If you can solve my questions, I would be very grateful!
I try to modify the code in
fqf.py
. Changeagent = FQFAgent(env=env, test_env=env, params = params)
toagent = FQFAgent(env=env, params = params)
, but new error occurs.In base_agent.py, there has a function,but error will say that no attribute '_observer' and '_ml_behavior'
I add
import bark_ml.environments.gym
iniqn.py
, but new error occurs.This is the same mistake, but I don't know how to solove it.
Similar to
fqf
, I changed the code incounterfactual_runtime.py
And new error occurs.
I Find that
Tracer
import throughfrom bark_ml.commons.tracer import Tracer
,and inbark_ml/commons/tracer.py
, the context as follows:The text was updated successfully, but these errors were encountered: