Files
Gym_GPU/behaviors/custom/keyframe/poses/neutral/neutral.py

8 lines
223 B
Python
Raw Normal View History

2026-03-14 21:31:00 -04:00
import os
from behaviors.custom.keyframe.keyframe import KeyframeSkill
class Neutral(KeyframeSkill):
def __init__(self, agent):
super().__init__(agent, os.path.join(os.path.dirname(__file__), "neutral.yaml"))