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

Issue with starting and simulation #4

Closed
woosuk1103 opened this issue Oct 18, 2021 · 1 comment
Closed

Issue with starting and simulation #4

woosuk1103 opened this issue Oct 18, 2021 · 1 comment
Labels
question Further information is requested

Comments

@woosuk1103
Copy link

Hello, I'm learning reinforcement learning now and would like to conduct multi agent car racing RL simulation
using your code.

It seems that your code is well-constructed and easy to understand, but I'm new to here, so have several questions now.

  1. To run the multi-agent car racing simulation with any RL code, is it okay to just place the RL code within the same folder that multi_car_racing.py is in?

  2. To make connection with environment you gave and "my_policy" code(e.g. action = my_policy(obs) in Readme.md),
    how can I know the shape of "env" and build the RL code?

Any kind of advice will be appreciated.
Thanks in advance,

Woosuk

@igilitschenski igilitschenski added the question Further information is requested label Oct 18, 2021
@igilitschenski
Copy link
Owner

To run the multi-agent car racing simulation with any RL code, is it okay to just place the RL code within the same folder that multi_car_racing.py is in?

You probably can, but this should not be necessary if you follow the installation instructions.

To make connection with environment you gave and "my_policy" code(e.g. action = my_policy(obs) in Readme.md),
how can I know the shape of "env" and build the RL code?

In my example, env is an environment object and does not have a shape.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants