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

Is multi agent learning possible by simply adding agent with "gym.create_actor"? #98

Closed
ameliacode opened this issue Dec 14, 2022 · 0 comments

Comments

@ameliacode
Copy link

ameliacode commented Dec 14, 2022

Hi
I somehow manage to build humanoid task related environment, and it worked pretty well.
Based on my project, I am trying to implementing multi agent rl to it.
It worked well when I just simply add simple objects with gym.create_actor

However, when it comes to adding humanoid, it seems that I have to modify some lines from scratch I believe..
If I am right, what things do I have to modify?
I get the fact that I do have to modify obs, reward, action space
But I don't get the rest of it..

Plz help..:(

@ameliacode ameliacode changed the title Is multi agent learning possible by simpling adding Is multi agent learning possible by simpling adding "gym.create_actor"? Dec 14, 2022
@ameliacode ameliacode changed the title Is multi agent learning possible by simpling adding "gym.create_actor"? Is multi agent learning possible by simpling adding agent with "gym.create_actor"? Dec 14, 2022
@ameliacode ameliacode changed the title Is multi agent learning possible by simpling adding agent with "gym.create_actor"? Is multi agent learning possible by simply adding agent with "gym.create_actor"? Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant