Tutorial: Learning Agents Introduction

Hello! I have tried to use Learning Agents for super simple environments. I have a few requests and questions on it.

  • When implementing Interactor and Trainer subclasses natively in C++, I get a link error in FLearningAgentsTrainerPathSettings. The error was fixed by adding the LEARNINGAGENTSTRAINING_API.

  • After saving networks to binary files using the Save(Policy/Critic)ToSnapshot functions, an error occurs on the Python side at the start of training when trying to load it in another process. How should I load the networks?

Thanks!