Skip to content

Commit 04d1961

Browse files
authored
rewrite all the environments to use the new API (#9)
* rewrite all the environments to use the new API in [ReinforcementLearniingEnvironments.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearningEnvironments.jl)
1 parent ea2a28a commit 04d1961

File tree

140 files changed

+139337
-2264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+139337
-2264
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@
33
*.jl.mem
44
deps/deps.jl
55
Manifest.toml
6-
docs/build/
6+
docs/build/
7+
8+
.vscode/*
9+
!.vscode/tasks.json
10+
!.vscode/launch.json
11+
!.vscode/extensions.json
12+
13+
.ipynb_checkpoints

Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

Project.toml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
name = "RLIntro"
22
uuid = "02c1da58-b9a1-11e8-0212-f9611b8fe936"
33
authors = ["TianJun <tianjun.cpp@gmail.com>"]
4-
version = "0.1.2"
4+
version = "0.2.0"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
8-
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
9-
Ju = "449ae9ca-b987-11e8-3919-0764a06dfe61"
10-
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
11-
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
12-
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
138
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
15-
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9+
ReinforcementLearningEnvironments = "25e41dd2-4622-11e9-1641-f1adca772921"
1610
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
17-
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
18-
19-
[extras]
20-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

README.md

Lines changed: 16 additions & 94 deletions

RLIntro2Cover-min.jpg

26.1 KB

docs/make.jl

Whitespace-only changes.
-14.2 KB
Binary file not shown.
-12.3 KB
Binary file not shown.
-12.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)