Skip to content

Commit

Permalink
Update patch.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored Sep 4, 2024
1 parent 63dfcb7 commit f8c9a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ record_batched_trajectories(game::CxxWrap.StdLib.SharedPtrAllocated{Game}, p::Cx

expected_returns(state::CxxWrap.StdLib.UniquePtrAllocated{State}, policy::CxxWrap.StdLib.SharedPtrAllocated{Policy}, i::Int64) = expected_returns(state[], policy[], i)

exploitability(game::CxxWrap.StdLib.SharedPtrAllocated{Game}, policy::CxxWrap.StdLib.SharedPtrAllocated{Policy}) = exploitability(game[], policy[])
exploitability(game::CxxWrap.StdLib.SharedPtrAllocated{CxxWrap.CxxWrapCore.CxxConst{Game}}, policy::CxxWrap.StdLib.SharedPtrAllocated{Policy}) = exploitability(game[][], policy[])

current_player(state::CxxWrap.StdLib.UniquePtrAllocated{State}) = current_player(state[])

Expand Down

0 comments on commit f8c9a33

Please sign in to comment.