xbpeng / DeepTerrainRL

terrain-adaptive locomotion skills using deep reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vector Subscript Out of Range

prerakmody opened this issue · comments

commented
  • System: Windows10
  • So I got the TerrainRL.exe file made in x64/Debug/
  • I run

./TerrainRL -arg_file= ../../args/sim_dog_args.txt

  • This causes Error1
  • Then I click Ignore and I get Error2

Errors:

  • Error1:

Expression: Vector Subscript out of Range

  • Error2:

Expression: Standard C++ Libraries out of range && 0

So what do you suppose could be the problem. YOu can find files attached for the above errors.

error1
error2

you should make sure the working directory is the project's root directory not x64/Debug. Try copying TerrainRL.exe to the root directory, then run it from there.