Add AMP get-up pipeline with sequence discriminator and git-sourced expert data
This commit is contained in:
7
rl_game/get_up/amp/__init__.py
Normal file
7
rl_game/get_up/amp/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .amp_motion import build_amp_expert_features_from_getup_keyframes
|
||||
from .amp_rewards import amp_style_prior_reward
|
||||
|
||||
__all__ = [
|
||||
"amp_style_prior_reward",
|
||||
"build_amp_expert_features_from_getup_keyframes",
|
||||
]
|
||||
Reference in New Issue
Block a user