nhra_gt.subgames.games_jax¶
JAX-native Game Payload Definitions.
Optimized versions of subgame matrices for use in differentiable rollouts.
Classes¶
Functions¶
renegotiation_game_jax(gp)
¶
JAX-native renegotiation game. Returns (u_row, u_col) matrices. Actions: Row(C, E), Col(A, H)
Source code in src/nhra_gt/subgames/games_jax.py
definition_game_jax(gp)
¶
Actions: Row(R, E), Col(R, E)
Source code in src/nhra_gt/subgames/games_jax.py
bargaining_game_jax(gp)
¶
Bargaining game: 'A' agree to converge vs 'D' defer/escalate.
Source code in src/nhra_gt/subgames/games_jax.py
cost_shifting_game_jax(gp)
¶
Cost shifting game: invest upstream 'I' vs shift downstream 'S'.