Skip to content

Commit

Permalink
Add information_state_string patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored Mar 1, 2024
1 parent 511dd9d commit 4ebd891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/patch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ is_terminal(state::CxxWrap.StdLib.UniquePtrAllocated{State}) = is_terminal(state

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

information_state_string(state::CxxWrap.StdLib.UniquePtrAllocated{State}, i) = information_state_string(state[], i)

get_uniform_policy(game::CxxWrap.StdLib.SharedPtrAllocated{Game}) = get_uniform_policy(game[])

record_batched_trajectories(game::CxxWrap.StdLib.SharedPtrAllocated{Game}, p::CxxWrap.StdLib.StdVectorAllocated{TabularPolicy}, m::StdMapAllocated{StdString, Int32}, i::Int64, b::Bool, i2::Int64, i3::Int64) = record_batched_trajectories(game[], p, m, i, b, i2, i3)
Expand Down

0 comments on commit 4ebd891

Please sign in to comment.