edbeeching / godot_rl_agents

An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents
MIT License
942 stars 69 forks source link

How can I check which PPO network belongs to which agent? #51

Closed ryash072007 closed 1 year ago

ryash072007 commented 1 year ago

According to my knowledge of this project, I believe that each agent is assigned its own network. If so, I have already implemented a method to save and reload sb3 networks but I want to know which model belongs to which agent so I can save only the best one.

edbeeching commented 1 year ago

There is only one network, the same parameters are used to control each agent instance.