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

Fix typos in continuous mountain-car documentation #1332

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

schillic
Copy link

Description

This PR fixes two typos in the documentation of the continuous mountain-car environment.

It can be seen in the discrete version (and is common sense) that the dynamics of $v_{t+1}$ should not mention $v_{t+1}$.

*velocity<sub>t+1</sub> = velocity<sub>t</sub> + (action - 1) * force - cos(3 * position<sub>t</sub>) * gravity*

Type of change

Please delete options that are not relevant.

  • Documentation only change (no code changed)

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files (see CONTRIBUTING.md instructions to set it up)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@schillic schillic changed the title Schillic/cmc Fix typos in continuous mountain-car documentation Mar 12, 2025
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

Successfully merging this pull request may close these issues.

1 participant