Skip to content

Commit

Permalink
update cvpo config
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzuxin committed May 8, 2023
1 parent c989ed6 commit 01c7de7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/mlp/train_cvpo_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"SafetyHalfCheetahVelocityGymnasium-v1": Mujoco5MCfg,
"SafetyHopperVelocityGymnasium-v1": Mujoco5MCfg,
"SafetySwimmerVelocityGymnasium-v1": Mujoco5MCfg,
"SafetyWalker2dVelocityGymnasium-v1": Mujoco10MCfg,
"SafetyWalker2dVelocityGymnasium-v1": MujocoBaseCfg,
"SafetyAntVelocityGymnasium-v1": Mujoco10MCfg,
"SafetyHumanoidVelocityGymnasium-v1": Mujoco20MCfg,
}
Expand Down
2 changes: 0 additions & 2 deletions fsrl/config/cvpo_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ class Mujoco5MCfg(MujocoBaseCfg):
@dataclass
class Mujoco20MCfg(MujocoBaseCfg):
epoch: int = 1000
unbounded: bool = False
gamma: float = 0.98
sample_act_num: int = 64


Expand Down

0 comments on commit 01c7de7

Please sign in to comment.