IQTLabs / BirdsEye

The BirdsEye RL/RF project enables localization of mobile radio frequency targets, e.g., drones operators, via commericial off-the-shelf sensors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program operation interruption

guet-clg opened this issue · comments

NameError Traceback (most recent call last)
Cell In[2], line 1
----> 1 run_filter = {'datetime_start': '2021-06-18T00:00:00', 'reward':r, 'sensor':s, 'target_start': 78, 'target_speed':1 }
2 runs = filter_runs('mcts', run_filter)
3 config = get_config('mcts', runs[0])

NameError: name 'r' is not defined

Why?

This error occurs when running results_guide.ipynb .

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.