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 459 forks source link

tensorflow showing error when using -onnx #257

Open anabwan opened 5 years ago

anabwan commented 5 years ago

Summary: I tried to add "-onnx" for tensorflow framework, and got an error during the experiment run.

Command line: python3 rl_coach/coach.py -p CartPole_A3C -e ONNXTest -n 2 -ew -onnx -s 5

please note that the without onnx argument, there is not errors.

image

also, when checkpoint saved I got 2 duplicate INFO messages: image

anabwan commented 5 years ago

please note that, without "-n", -onnx is working without any errors