Skip to content

Commit

Permalink
remove CommonRLEnv.AbstractMarkovEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Jan 30, 2021
1 parent f7f4f73 commit b183431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ end
end

@testset "Common RL Env" begin
mutable struct SimpleEnv <: RL.AbstractMarkovEnv
mutable struct SimpleEnv <: RL.AbstractEnv
s::Int
end

Expand Down

0 comments on commit b183431

Please sign in to comment.