sisl / sisl/MADRL

How can i change the space in CarRacing-v0 from box to discrete?

Open
#36 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
753
Forks
125
PR merge metrics
No merged PRs in 30d

Description

I wanna train my agent in CarRacing-v0 environment, but instead of box action/observation spaces I want to use discrete spaces so I can train it with DQN algorithm. there is a sayin in openai-gym that says: "Discreet control is reasonable in this environment as well, on/off discretisation is fine."
https://gym.openai.com/envs/CarRacing-v0/

but I don't know how to do it in code or in pragmatic way.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no repository files or tests; start with the referenced OpenAI Gym CarRacing-v0 documentation and inspect the repository's environment-related entry points. Done means providing a repository-specific explanation of how discrete action and observation spaces would be handled for DQN, or clarifying that the request is outside this project's scope.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.