mnmldb / autonomous-drone-swarm

Multi-agent reinforcement learning for autonomous navigation for mapping and multi-objective drone swarm exploration

Home Page:https://dn2153.wixsite.com/drone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexError: list index out of range

farrukh-aftab-ahmed opened this issue · comments

In experiment/10x10_fov/2D_Map_FOV_MultiRandom.ipynb
df.to_csv('qtable.csv')
getting following error;
`IndexError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_8208/3364989099.py in
----> 1 df = pd.DataFrame(q_class[40-1].q_tables[1])
2 df.to_csv('qtable.csv')

IndexError: list index out of range`