You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jax newbie here, I'm trying to code parallel env running for a kuhn poker environment with 2 players. The problem is that envs do not share the same current player, therefore I need to figure out which model is required for each environment. Currently, I'm vmaping a function that uses a condition to figure out if each env needs an action from the 2 agents. Is this an efficient way of doing things?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Jax newbie here, I'm trying to code parallel env running for a kuhn poker environment with 2 players. The problem is that envs do not share the same current player, therefore I need to figure out which model is required for each environment. Currently, I'm vmaping a function that uses a condition to figure out if each env needs an action from the 2 agents. Is this an efficient way of doing things?
Beta Was this translation helpful? Give feedback.
All reactions