LearningAgents Recording Schema in UE5.7-preview1

I just upgraded a test project from an earlier CL (via github) of UE5.7 to the EOS version preview1, and noticed that the LearningAgents recorder doesn’t fill out the schema fields in the LearningAgents Recording anymore. I need to manually append the schema to the recording asset by feeding it the auto-generated json file from the Intermediate directory before I can use it for training.

Is this by design? Is this work in progress? Or did I break something when I upgraded the project?

1 Like

I think when we switched to allowing multiple schemas in a single recording, I never updated the code to automatically update the recording with the schema. It’s a annoying as it is, but at least its not broken.

We’ve been adding a ton of functionality lately and haven’t been playing close attention to the UX. Hopefully with 5.8 we will have some time to clean up these recently features.

1 Like

Thanks for the quick reply and the info.