Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 0cf8df6

Browse files
authored
Bump version (#84)
* bump version * minor fix
1 parent be03155 commit 0cf8df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ReinforcementLearningEnvironments"
22
uuid = "25e41dd2-4622-11e9-1641-f1adca772921"
33
authors = ["Jun Tian <[email protected]>"]
4-
version = "0.3.1"
4+
version = "0.3.2"
55

66
[deps]
77
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"

src/environments/open_spiel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function OpenSpielEnv(
4949
is_chance_agent_required = false,
5050
kwargs...,
5151
)
52-
game = load_game(name; kwargs...)
52+
game = load_game(String(name); kwargs...)
5353
game_type = get_type(game)
5454

5555
if isnothing(default_state_style)

0 commit comments

Comments
 (0)