Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanarkancan committed Jun 12, 2019
1 parent 6328fe5 commit 8315489
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

deps/gym
deps/whichgym
deps/build.log
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
dist: xenial

os:
- linux
Expand Down
2 changes: 0 additions & 2 deletions src/env.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ function GymEnv(id::String)
end

spec = Spec(gymenv.spec.id,
gymenv.spec.trials,
gymenv.spec.reward_threshold,
gymenv.spec.nondeterministic,
gymenv.spec.tags,
gymenv.spec.max_episode_steps,
gymenv.spec.timestep_limit
)
action_space = julia_space(gymenv.action_space)
observation_space = julia_space(gymenv.observation_space)
Expand Down
2 changes: 0 additions & 2 deletions src/spec.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
struct Spec
id
trials
reward_threshold
nondeterministic
tags
max_episode_steps
timestep_limit
end

0 comments on commit 8315489

Please sign in to comment.