Skip to content

Commit

Permalink
Update dependency (#78)
Browse files Browse the repository at this point in the history
* cleanup docs

* use [email protected] for travis test

* use [email protected] for doc build
  • Loading branch information
findmyway authored Aug 5, 2020
1 parent 3c9deae commit f541772
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 599 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- windows
- osx
julia:
- 1.3
- 1.4
- nightly
notifications:
email: false
Expand All @@ -17,7 +17,7 @@ jobs:
- julia: nightly
include:
- stage: "Documentation"
julia: 1.3
julia: 1.4
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
Expand Down
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ReinforcementLearning"
uuid = "158674fc-8238-5cab-b5ba-03dfc80d1318"
authors = ["Johanni Brea <[email protected]>", "Jun Tian <[email protected]>"]
version = "0.5.0"
version = "0.6.0"

[deps]
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Expand All @@ -12,11 +12,11 @@ ReinforcementLearningZoo = "d607f57d-ee1e-4ba7-bcf2-7734c1e31854"

[compat]
Reexport = "0.2"
ReinforcementLearningBase = "0.7"
ReinforcementLearningCore = "0.3"
ReinforcementLearningEnvironments = "0.2"
ReinforcementLearningBase = "0.8"
ReinforcementLearningCore = "0.4"
ReinforcementLearningEnvironments = "0.3"
ReinforcementLearningZoo = "0.1"
julia = "1.3"
julia = "1.4"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
133 changes: 0 additions & 133 deletions docs/src/a_quick_example.md

This file was deleted.

108 changes: 0 additions & 108 deletions docs/src/experiments/atari_dqn.md

This file was deleted.

26 changes: 13 additions & 13 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ This package can be installed from the package manager in Julia's REPL:
] add ReinforcementLearning
```

## Resources

- [Get Started in 3 lines!](http://juliareinforcementlearning.github.io/get_started)
- [Guide](http://juliareinforcementlearning.github.io/guide)
- Blog
- [An Introduction to ReinforcementLearning.jl: Design, Implementation & Thoughts](http://juliareinforcementlearning.github.io/blog)
- Manual
- [ReinforcementLearningBase.jl](@ref)
- [ReinforcementLearningCore.jl](@ref)
- [ReinforcementLearningEnvironments.jl](@ref)
- [ReinforcementLearningZoo.jl](@ref)

## Project Structure

[**ReinforcementLearning.jl**](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl) itself is just a wrapper around several other packages inside the [JuliaReinforcementLearning](https://github.com/JuliaReinforcementLearning) org. The relationship between different packages is described below:
Expand Down Expand Up @@ -64,16 +76,4 @@ This package can be installed from the package manager in Julia's REPL:
```

!!! note
[ReinforcementLearningAnIntroduction.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl) contains some traditional reinforcement algorithms and it is not registered yet. So it is not included in [ReinforcementLearning.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl). The reason to do so is to ease the burden of maintainance.

## Resources

- [Get Started in 3 lines!](http://juliareinforcementlearning.github.io/get_started)
- [Guide](http://juliareinforcementlearning.github.io/guide)
- Blog
- [An Introduction to ReinforcementLearning.jl: Design, Implementation & Thoughts](http://juliareinforcementlearning.github.io/blog)
- Manual
- [ReinforcementLearningBase.jl](@ref)
- [ReinforcementLearningCore.jl](@ref)
- [ReinforcementLearningEnvironments.jl](@ref)
- [ReinforcementLearningZoo.jl](@ref)
[ReinforcementLearningAnIntroduction.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl) contains some traditional reinforcement algorithms and it is not registered yet. So it is not included in [ReinforcementLearning.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl). The reason to do so is to ease the burden of maintenance.
21 changes: 0 additions & 21 deletions docs/src/overview.md

This file was deleted.

Loading

0 comments on commit f541772

Please sign in to comment.