-
Notifications
You must be signed in to change notification settings - Fork 46
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
Default Scoring Functions for Sphere, Rastrigin, Arm and Brax environments #73
Conversation
…robotics/QDax into feat/default_tasks
Codecov Report
@@ Coverage Diff @@
## develop #73 +/- ##
===========================================
+ Coverage 89.68% 90.72% +1.03%
===========================================
Files 68 82 +14
Lines 3957 4572 +615
===========================================
+ Hits 3549 4148 +599
- Misses 408 424 +16
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…ault brax task components
…ipt style examples instead of notebook style examples
…d of just a minimal code example that doesnt work
…onding test. TODO: add pdf summarizing the functions and default tasks
@@ -0,0 +1,106 @@ | |||
"""Test default rastrigin using MAP Elites""" | |||
|
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.
This file looks more like testing MAP-Elites rather than arm task. Maybe we could think about just a few simple tests that check the implementation works as expected.
…robotics/QDax into feat/default_tasks
…robotics/QDax into feat/default_tasks
sphere
,rastrigin
,arm
, andnoisy_arm
scoring functionsEnvState
tobrax.envs.State