Skip to content

HalfCheetah-v3 reward threshold is strange #2090

@ChenDRAG

Description

@ChenDRAG

When I use gym 0.17.3. I find out that game 'HalfCheetah-v3' in mujoco has a reward_threshold of 4800.0.

gym.make('HalfCheetah-v3').spec.reward_threshold
4800.0

gym.make('Walker2d-v3').spec.reward_threshold
None

However, I typically reached 9000+ points in HalfCheetah-v3, clearly you can achieve much higher points than 4800. Is this number wrong? Can anyone explain.

Also, standard game like Walker2d-v3 doesn't have reward_threshold, which cause inconvenience. Could anyone sovle this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions