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

Adds carflag-v0 env #34

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 29, 2024

  1. Add carflag-v0 env

    Car Flag tasks a car with driving across a 1D line to the correct flag.
    The car must first drive to the oracle flag and then to the correct endpoint.
    The agent's observation is a vector of three floats: its position on the line,
    its velocity at each timestep, and the goal flag's location when it reaches
    the oracle flag. The agent's actions alter its velocity: it can accelerate left,
    perform a no-op (maintain current velocity), or accelerate right.
    ashok-arora committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    10c76dc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Adds easy, medium and hard levels

    The easy level has the range [-1, 1].
    The medium level has the range [-3, 3].
    The hard level has the range [-5, 5].
    ashok-arora committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9a71557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f6180 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    c68b7cf View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    a537918 View commit details
    Browse the repository at this point in the history