Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python State functions composition #49

Closed
5 tasks done
AntoinePrv opened this issue Apr 29, 2020 · 2 comments
Closed
5 tasks done

Python State functions composition #49

AntoinePrv opened this issue Apr 29, 2020 · 2 comments
Labels
type/enhancement 🚀 New feature or request
Milestone

Comments

@AntoinePrv
Copy link
Member

AntoinePrv commented Apr 29, 2020

State function could be composed easily to create new ones.

  • Sum, product, power (also with scalars) of rewards functions
  • Logical operators of early termination functions
  • Cumulative Reward
  • TupleObservationFunction and DictObservationFunction for observation functions
  • Make Environment automatically create Dict/Tuple obs func if given a tuple/dict.
@gasse
Copy link
Member

gasse commented May 6, 2020

I changed the milestone to 0.2.0, since we'll need to be able to query several observations at once in order to reproduce learn2branch

@AntoinePrv
Copy link
Member Author

Implemented the Dcit and Tuple observation function for the Python API in d456802 currently in v0.2.x.
For the rest, I suggest moving to v0.3.

@AntoinePrv AntoinePrv changed the title State functions composition Python State functions composition Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement 🚀 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants