Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

[RLlib] fix VTrace in impala_tf_policy to support Keras 3#45562

Open
RocketRider wants to merge1 commit intoray-project:master
base:master
Choose a base branch
Loading
fromRocketRider:patch-4

Conversation

RocketRider
Copy link
Contributor

Fix ValueError: Argumentlearning_rate should be float, or an instance of LearningRateSchedule, or a callable (that takes in the current iteration value and returns the corresponding learning rate value). Received instead: learning_rate=<tf.Variable 'lr:0' shape=() dtype=float32, numpy=0.0005>

Fixes:#45050

Fix ValueError: Argument `learning_rate` should be float, or an instance of LearningRateSchedule, or a callable (that takes in the current iteration value and returns the corresponding learning rate value). Received instead: learning_rate=<tf.Variable 'lr:0' shape=() dtype=float32, numpy=0.0005>Signed-off-by: Michael Möbius <e-mail@rocketrider.eu>
@RocketRiderRocketRider changed the titlefix VTrace in impala_tf_policy to support Keras 3[RLlib] fix VTrace in impala_tf_policy to support Keras 3May 25, 2024
@anyscalesamanyscalesam added triageNeeds triage (eg: priority, bug/not-bug, and owning component) rllibRLlib related issues labelsMay 29, 2024
@RocketRider
Copy link
ContributorAuthor

@ArturNiederfahrenhorst could you take a look? I would appreciate it! Would love to see Keras 3 support in rllib, and it is just two small PRs away ;)

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@sven1977sven1977Awaiting requested review from sven1977sven1977 is a code owner

@ArturNiederfahrenhorstArturNiederfahrenhorstAwaiting requested review from ArturNiederfahrenhorst

@simonsays1980simonsays1980Awaiting requested review from simonsays1980simonsays1980 is a code owner

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
rllibRLlib related issuestriageNeeds triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

[RLlib] ValueError in initialization of ImpalaTF2Policy
2 participants
@RocketRider@anyscalesam

[8]ページ先頭

©2009-2025 Movatter.jp