Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categorization + Parallelization + Code cleaning #5

Merged
merged 14 commits into from
Jun 26, 2024
Merged

Categorization + Parallelization + Code cleaning #5

merged 14 commits into from
Jun 26, 2024

Conversation

avv-va
Copy link
Member

@avv-va avv-va commented Jun 14, 2024

  • Introduce the concept of TeamType and AgentPerformance for training/evaluating the primary agent with agents with certain level of performance
  • Enable parallelization for generating the FCP agent population
  • Clean the code

@avv-va avv-va changed the title WIP: Code cleaning Code cleaning Jun 26, 2024
@avv-va avv-va changed the title Code cleaning Categorization + Parallelization + Code cleaning Jun 26, 2024
tm1 = load_agent(Path('/home/ava/Research/Codes/MHRI/multiHRI/agent_models/sp_det'), args)
tm2 = load_agent(Path('/home/ava/Research/Codes/MHRI/multiHRI/agent_models/sp_det'), args)
tm1 = load_agent(Path('/home/ava/Desktop/sp_det'), args)
tm2 = load_agent(Path('/home/ava/Desktop/sp_det'), args)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we store our trained agent in a specific folder under multiHRI?
(It will make our experience working on different computer easier.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ttopiac Yeah, but this is the code for loading the agents not saving them. The code for saving the agents already saves it to multiHRI/agent_models.
If you want to load your agents from the default path you could change the path in here to agent_models/specific_file_path, in here I was testing some stuff which I did not wanted to put in the agent_models folder, that's why it's using an absolute path.

@Ttopiac Ttopiac merged commit 1e3fae0 into main Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants