Skip to content

Commit 24ff0b3

Browse files
authored
Merge pull request #458 from Mobius1D/fix_installation_docs
fix installation docs
2 parents bf842e2 + 8a37824 commit 24ff0b3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/ReinforcementLearningDatasets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
A package to create, manage, store and retrieve datasets for Offline Reinforcement Learning. This package uses [DataDeps.jl](https://github.com/oxinabox/DataDeps.jl) to fetch and track datasets.
44
## Install
55
Since the package is not registered, you could install the package using the following command.
6-
```julia
7-
] add https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/tree/master/src/ReinforcementLearningDatasets
6+
```
7+
pkg> add https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl:src/ReinforcementLearningDatasets
88
```
99
## Usage
10+
1011
### Examples
12+
1113
#### D4RL dataset
1214
```julia
1315
using ReinforcementLearningDatasets

0 commit comments

Comments
 (0)