jannikwagner / CBF-RL-BT

3 stars 1 forks source link

BUG(mlagents): ml agents crash with inference #25

Closed jannikwagner closed 1 year ago

jannikwagner commented 1 year ago

on command: mlagents-learn configs/conf2.yaml --run-id=env5.31 --resume --inference

jannikwagner commented 1 year ago

It is not actually a bug. When setting all behavior's Behavior Type to inference in Unity, the command line ml-agents learn cannot communicate with them because they use the unity inference engine. When setting them back to default but using --inference the result is the same and it does not crash.