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

Add continuous-action "gridworld" environment #4

Open
polvalente opened this issue Oct 27, 2023 · 0 comments
Open

Add continuous-action "gridworld" environment #4

polvalente opened this issue Oct 27, 2023 · 0 comments
Assignees

Comments

@polvalente
Copy link
Collaborator

We need a continuous action space environment for examples.
This one should be similar to grid world, where the agent starts at a given point and walks to a target destination, but instead of moving up/down/left/right, it can turn left/right by a given amount, and at each timestep it will also move forward with a fixed speed. Turning should be applied before moving forward.

@polvalente polvalente self-assigned this Oct 31, 2023
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