Closed Xyc-arch closed 2 years ago
Examples on
are given in the /SMARTS/examples
folder.
For example, see
/SMARTS/examples/driving_in_traffic
/SMARTS/examples/rllib
/SMARTS/examples/ray_multi_instance
/SMARTS/baselines/marl_benchmark
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
/SMARTS/examples/parallel_environment.py
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.
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?]