Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the domain randomizer optional #119

Open
github-actions bot opened this issue Feb 19, 2025 · 0 comments
Open

Make the domain randomizer optional #119

github-actions bot opened this issue Feb 19, 2025 · 0 comments
Assignees

Comments

@github-actions
Copy link

# TODO: Make the domain randomizer optional

    animation_engine = AnimationEngine(
        universe=universe,
        current_clip_config=current_animation_clip_config,
    )

    # TODO: Make the domain randomizer optional
    domain_randomizer = NewtonBaseDomainRandomizer(
        universe=universe,
        seed=158124,
        agent=newton_agent,
        randomizer_settings=randomization_config,
    )

    terrain = Terrain(universe, terrain_config, num_envs)

    # --------------- #
    #    ANIMATING    #
    # --------------- #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant