huawei-noah / SMARTS

Scalable Multi-Agent RL Training School for Autonomous Driving
MIT License
952 stars 190 forks source link

Where to find the RL training section while running the code in example directory #994

Closed Xyc-arch closed 2 years ago

Xyc-arch commented 3 years ago

High Level Description [find the RL training section while running the code in example directory]

Desired SMARTS version [0.4.12]

Operating System [ubuntu 20.04]

Problems [I wanna design the RL training part of the simulation in example directory. However I cannot find it? Could anyone tell me which directory to look for?]

Adaickalavan commented 2 years ago

Examples on

are given in the /SMARTS/examples folder.

For example, see

Additionally, to speed up data collection, you may consider using the provided ParallelEnv wrapper to simulate multiple SMARTS environments in parallel. Usage of ParallelEnv is illustrated in

We hope the above addresses your question and thus this issue is being closed. Please feel free to reopen this issue if your problem persists or open a new issue for other questions.