-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad result when running experiments/ppo_4x4grid.py #147
Comments
Which exceptions were raised? |
The errors were as following:
I found it was the data error , no comma char between 2 lines, maybe produced when saving result to csv file :
|
Are you using Windows, @sitexa ? This error does not occur for me |
Sometime happen sometime not, depends on the data, maybe empty or null fields. MacOS. |
Also on Ubuntu, there were data format error, every run. Please take a look at the csv file: |
Was this already fixed in the last commit? @sitexa |
Not yet. It's the same error, data error in ppo_conn0_ep2.csv, when run plot.py.
|
I solved the problem temporary by changing the plot.py code:
where
|
I got bad result when running
python experiments/ppo_4x4grid.py
,outputs/4x4grid/ppo_conn0_ep2.cvs
:So, when run python outputs/plot.py -f -f outputs/4x4grid/ppo_conn0_ep2.cvs, exceptions were raised out.
My environment is as following:
Can anyone get rid of this error? Thanks.
The text was updated successfully, but these errors were encountered: