Closed picksh closed 3 years ago
This line assumes a batch size of 1:
sim.newEpisode(['2t7WUuJeko7'], ['1e6b606b44df4a6086c0f97e826d4d15'], [0], [0])
but earlier you set sim.setBatchSize(100)
. The IndexError goes away for me when I use a proper batch size, in this case 1.
Thanks a lot!
Hi, I am currently trying the Simulator. I am using the latest version and Building using Docker. Following the instructions, I passed all tests. However, when I try the Python API, there is a error:
for:
The full code is also attached:
I am using a headless machine with ubuntu18.04 and my gcc version is 7.5.0. I think there might be some problem with "using python lists in place of C++ std::vectors" but just a guess and I can not fix it. I would appreciate any infomation you could give me.