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

Further improvement on Buffer and BufferElement Class #35

Merged
merged 2 commits into from
Sep 22, 2021

Conversation

rizkydiprasetya
Copy link
Contributor

This PR Addresses:
Buffer Class Extension

Created from VS Code using CodeStream

@rizkydiprasetya rizkydiprasetya added the enhancement New feature or request label Sep 19, 2021
@rizkydiprasetya rizkydiprasetya self-assigned this Sep 19, 2021
@rizkydiprasetya rizkydiprasetya linked an issue Sep 19, 2021 that may be closed by this pull request
@detlefarend
Copy link
Member

Did you check wether the howto's are still running? You added a second parameter done to method Agent.adapt(). This must be provided by the training class...

src/mlpro/bf/ml.py Outdated Show resolved Hide resolved
src/mlpro/bf/ml.py Outdated Show resolved Hide resolved
src/mlpro/bf/ml.py Show resolved Hide resolved
src/mlpro/rl/models.py Outdated Show resolved Hide resolved
@rizkydiprasetya
Copy link
Contributor Author

rizkydiprasetya commented Sep 22, 2021

Did you check wether the howto's are still running? You added a second parameter done to method Agent.adapt(). This must be provided by the training class...

Yes, I checked. It doesnt matter, all the howtos dont have proper Policy. Even if we put a lot of buffer, they dont use it at all, since there is nothing on the Policy.adapt(). At the end the user need to redefine the Policy. And regarding the training class, it has been fixed on this #26 .

@detlefarend
Copy link
Member

For me its ok. Ultimately, you can best judge what we need there ...

@detlefarend detlefarend reopened this Sep 22, 2021
@detlefarend
Copy link
Member

Let's solve this together...

@rizkydiprasetya rizkydiprasetya merged commit 5d70987 into main Sep 22, 2021
@detlefarend detlefarend deleted the feature/buffer-class-extension-improvement branch September 22, 2021 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Buffer Class Extension
2 participants