Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
removed POMDPs registry from instructions
  • Loading branch information
zsunberg authored Apr 1, 2024
1 parent bcd221c commit c3ec0ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ This package replaces the deprecated [POMCP.jl package](https://github.com/Julia

## Installation

In Julia 1.0 and higher, BasicPOMCP is available on the JuliaPOMDP registry (and this registry is required to automatically get the MCTS dependency):

```julia
using Pkg
Pkg.add("POMDPs")
using POMDPs
POMDPs.add_registry()
Pkg.add("BasicPOMCP")
```

Expand Down

0 comments on commit c3ec0ee

Please sign in to comment.