-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Base.:(==) and Base.hash for AbstractEnv and test nash_conv on Ku…
…hnPokerEnv (#348) * add Base.:(==) and Base.hash for AbstractEnv * add nash_conv test for KuhnPokerEnv with TabularRandomPolicy and get_optimal_kuhn_policy * add get_optimal_kuhn_policy for KuhnPokerEnv * supplement Base.hash * supplement and move Base.:(==) and Base.hash to RLBase/src/interface.jl * add messages about Base.:(==) for AbstractEnv * update test * modify Base.:(==) Co-authored-by: peter <51195500031@stu.ecnu.edu.cn>
- Loading branch information
1 parent
a98ecfd
commit 0b6fc51
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters