IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

Unable to alter example file in Batch RL tutorial #475

Closed Colin1998 closed 3 years ago

Colin1998 commented 3 years ago

Hi all,

I want to try something similar to the example in coach/tutorials/4. Batch Reinforcement Learning.ipynb with a dataset similar to the _acrobotdataset.csv. However, when I try to make a small adjustment to the dataset (e.g. change the episode_name, I assumed it should not make a difference) and re-run the example code, I get the error ValueError: cannot convert float NaN to integer.

Does anyone have an idea why this occurs? How am I supposed to use another dataset than the example dataset _acrobatdataset.csv?