Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
import state function (#46)
Browse files Browse the repository at this point in the history
close #45
  • Loading branch information
felixchalumeau authored May 8, 2020
1 parent 7987cde commit 7d47ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/envs/cartpole.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using LearnBase: DiscreteSet
using RecipesBase
using Random: seed!

import Reinforce: reset!, actions, finished, step!
import Reinforce: reset!, actions, finished, step!, state

export
CartPole,
Expand Down Expand Up @@ -101,4 +101,4 @@ end
end
end

end
end

0 comments on commit 7d47ebf

Please sign in to comment.