Files
Gym_GPU/rl_game/get_up/amp/__init__.py

8 lines
218 B
Python

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",
]