mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-28 15:09:51 +00:00
Added number of steps after success as parameter in config
This commit is contained in:
@@ -224,6 +224,9 @@ class HILSerlRobotEnvConfig(EnvConfig):
|
||||
push_to_hub: bool = True
|
||||
pretrained_policy_name_or_path: Optional[str] = None
|
||||
reward_classifier_pretrained_path: Optional[str] = None
|
||||
number_of_steps_after_success: int = (
|
||||
0 # For the reward classifier, to record more positive examples after a success
|
||||
)
|
||||
|
||||
def gym_kwargs(self) -> dict:
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user