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

Commit 019c59e

Browse files
committed
1 parent e78d42c commit 019c59e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: julia
33
os:
44
- linux
55
julia:
6-
- 1.3
6+
- 1.2
77
notifications:
88
email: false
99

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM julia:1.3.0-rc1
1+
FROM julia:1.2
22

33
# install dependencies
44
RUN set -eux; \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This package serves as a one-stop place for different kinds of reinforcement lea
77
Install:
88

99
```julia
10-
(v1.1) pkg> add https://github.com/JuliaReinforcementLearning/ReinforcementLearningEnvironments.jl
10+
pkg> add ReinforcementLearningEnvironments
1111
```
1212

1313
## API

0 commit comments

Comments
 (0)