An ego-centric future localization data collector based on Huawei SMARTS simulator.
-
Install and test the SMARTS simulator follow this guide.
-
Install the python
transitions
package
pip install transitions
-
Copy the
zoo/perpetual_rider_agent.py
file to$YOUR_SMARTS_DIR/zoo/perpetual_rider_agent.py
. -
Copy the
examples/data_collector.py
file to$YOUR_SMARTS_DIR/data_collector.py
. -
Copy the
scenarios/m_city
directory to$YOUR_SMARTS_DIR/scenarios/m_city
. -
Build the
m_city
scenarios
cd $YOUR_SMARTS_DIR
scl scenario build ./scenarios/m_city
- Run the data collector
python examples/data_collector.py ./scenarios/m_city --episodes 1000