AIDynamicAction / rcognita

rcognita is a flexibly configurable framework for agent-enviroment simulation with a menu of predictive and safe reinforcement learning controllers
MIT License
16 stars 6 forks source link

Command line args need generic initialization in order not to generate error notifications in some IDEs #30

Open osinenkop opened 3 years ago

osinenkop commented 3 years ago

Suggestion (example for one argument):

dt = []
parser.add_argument('--dt', type=float, metavar='dt',
                    default=0.1,
                    help='Controller sampling time.' )