I’ve been teaching my agent for a while now and changing its code regularly. I’ve been tweaking how it gets rewards and how it takes actions. I’m doing this to figure out the best way to teach it, and also because I tried making it learn easier things before moving on to harder stuff. Every time I initialized my training process from previous session.
I’m wondering if this is a bad thing. Should I start teaching the agent all over again using the newest version of the code? I’m asking because I’m starting to see that the agent is having trouble learning new ways to do things and it’s getting stuck in its training.