Open KarolisRam opened 2 years ago
We have a fix for this internally, will ship out externally shortly. In short, NAME_FIELDS
in component_editory.py should be this:
NAME_FIELDS = {
'bodies': ('name',),
'joints': (
'name',
'parent',
'child',
),
'actuators': (
'name',
'joint',
),
'collide_include': (
'first',
'second',
),
'qps': ('name',),
'angles': ('name',),
}
i.e., it's missing the qps
and angles
keys. h/t @frt03 for the fix
If you go to: https://colab.research.google.com/github/google/brax/blob/main/notebooks/composer/composer.ipynb and choose
humanoid_run
as the environment, the next cell throws the following error: