You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently SMARTS setup is too overwhelming as it asks the user to run make test which takes a long time and freezes the laptop sometimes.
Describe the solution you'd like
We should create a "sanity-test" to just check the essential parts needed to run simulation.
Items to check:
Check $SUMO_HOME is properly set
Add "make sanity-test" in makefile
Update documentation to run "make sanity-test" instead of "make test"
Include only the necessary tests in "make test", excludes CPU-intensive tests such as test_rllib_example and test_rllib_hiway_env
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently SMARTS setup is too overwhelming as it asks the user to run
make test
which takes a long time and freezes the laptop sometimes.Describe the solution you'd like
We should create a "sanity-test" to just check the essential parts needed to run simulation.
Items to check:
test_rllib_example
andtest_rllib_hiway_env
The text was updated successfully, but these errors were encountered: