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

How to use the scenarios in scenario_runner to reinforcement learning directly?Is there an example? #1042

Open
yhh-IV opened this issue Dec 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yhh-IV
Copy link

yhh-IV commented Dec 16, 2023

The official tutorial gives an example, wherein two files "scenario_runner" and "manual_control" are ran in two terminals, respectively.
I want to load scenarios in scenario runner for RL, and there are two challenges:

  1. How can I integrate the scenario_runner class into the training file, therefore we can reset the scenario easily for the next training episode.
  2. In the official tutorial, the program always tries to kill the already dead actor after completing the scenarios, how to avoid this since it could prevent the initiation of the next episode in RL.

In summary, would anyone provide a tutorial to us to help establish a RL training environment through scenario runner. Many thanks for the help!!!

@yhh-IV yhh-IV added the enhancement New feature or request label Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants