-
Notifications
You must be signed in to change notification settings - Fork 10
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
Goals for CARL #97
Goals for CARL #97
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development #97 +/- ##
================================================
+ Coverage 19.05% 44.61% +25.55%
================================================
Files 78 80 +2
Lines 4030 4198 +168
Branches 555 565 +10
================================================
+ Hits 768 1873 +1105
+ Misses 3224 2245 -979
- Partials 38 80 +42 |
self.context = None | ||
|
||
def reset(self, seed=None, options={}): | ||
print(self.context) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print is still in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thought that was further up xD
@@ -50,4 +55,13 @@ def get_context_features() -> dict[str, ContextFeature]: | |||
"mass_ffoot": UniformFloatContextFeature( | |||
"mass_ffoot", lower=1e-6, upper=np.inf, default_value=0.8845188 | |||
), | |||
"target_distance": UniformFloatContextFeature( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default distance of 0? == no goals?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put 100 everywhere now. That made me notice something else, though: right now by default the envs will be goal envs, I think. We should probably change that...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yesss
This PR includes:
This will probably have some conflicts and should be merged last. Things to discuss: