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

Commit ec06a82

Browse files
authored
Fix a bug (#174)
1 parent d53a017 commit ec06a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/experiments/gridworlds/JuliaRL_BasicDQN_EmptyRoom.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function RLCore.Experiment(
1414
lg = TBLogger(log_dir, min_level = Logging.Info)
1515
rng = StableRNG(seed)
1616

17-
inner_env = GridWorlds.EmptyRoom(rng = rng)
17+
inner_env = GridWorlds.EmptyRoomDirected(rng = rng)
1818
action_space_mapping = x -> Base.OneTo(length(RLBase.action_space(inner_env)))
1919
action_mapping = i -> RLBase.action_space(inner_env)[i]
2020
env = RLEnvs.ActionTransformedEnv(

0 commit comments

Comments
 (0)