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

Rein.predict #12

Open
polvalente opened this issue Oct 27, 2023 · 0 comments
Open

Rein.predict #12

polvalente opened this issue Oct 27, 2023 · 0 comments

Comments

@polvalente
Copy link
Collaborator

We currently only have Rein.train, which trains agent models.
We should have Rein.predict that uses a given trained model for traversing and environment without training.
This means that the agent should skip it's training loop, and the neural networks, when applicable, should be used in prediction mode too.
Some agents will also need adaptations (e.g. SAC should have a flag for using just the mean action instead of the action distribution).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant