Skip to content

Commit

Permalink
added note about interface change to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Apr 15, 2016
1 parent 0cc44da commit 548f2ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This package provides a basic interface for working with partially observable Markov decision processes (POMDPs).

NEWS: We recently made a significant change to the interface, introducing parametric types (see issue #56). If you wish to continue using the old interface, the v0.1 release may be used, but we recommend that all projects update to the new version.

The goal is to provide a common programming vocabulary for researchers and students to use primarily for three tasks:

1. Expressing problems using the POMDP format.
Expand Down

0 comments on commit 548f2ed

Please sign in to comment.