Learning agents Episode limit

Hi @Deathcalibur,

I’m using Learning Agents in UE 5.5, I’ve increased the Max Episode step num to 4096 potential need it higher because I’m trying to get my agents to navigate an environment for a while, but it seems to cap at 3333, is there a way to remove this limit?

image

image

Thanks,
James

Assuming you don’t have any completions which are firing, the only other thing is you need to set the max recorded steps higher perhaps? I usually set it to (agent num * step num)

Oh awesome, thank you for answering :slight_smile:

1 Like

I have another question, is there a way to change the trainer settings in blueprints, I want to be able adjust the entrophy weight as time passes.

Currently no, this info is cached on the python side so editing it in the blueprint would not have the intended effect.

1 Like

I see, thank you for your answer!