adding functions to process expert data across locations and tracks in intersimple environment

This commit is contained in:
Arec
2021-10-21 05:21:06 -07:00
parent dcf8212028
commit da1fb11269
7 changed files with 228 additions and 2 deletions

11
generate_demos.sh Executable file
View File

@@ -0,0 +1,11 @@
#DEFAULT PARAMETERS:
# locs:list=None, (default to all locations)
# tracks:list=None, (default to all tracks)
# env_class:str='NRasterizedIncrementingAgent',
# env_args:dict={width:36,height:36,m_per_px:2},
# expert_class:str='NormalizedIntersimpleExpert',
# expert_args:dict={mu:0.001}):
cd ./src/data
python -m expert --locs='[DR_USA_Roundabout_FT]'
cd ../