Skip to content

Conversation

@pseudo-rnd-thoughts
Copy link
Member

Description

The RLlib team is working on improving our testing position.
Currently several files are excluded in our doctest. This PR moves to add testing for the whole project

Mark Towers added 2 commits November 25, 2025 15:46
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
@pseudo-rnd-thoughts
Copy link
Member Author

pseudo-rnd-thoughts commented Nov 26, 2025

Actually failing doctests

=========================== short test summary info ============================
--
FAILED rllib/algorithms/algorithm_config.py::rllib.algorithms.algorithm_config.AlgorithmConfig
FAILED rllib/algorithms/algorithm_config.py::rllib.algorithms.algorithm_config.DifferentiableAlgorithmConfig
FAILED rllib/algorithms/dreamerv3/dreamerv3.py::rllib.algorithms.dreamerv3.dreamerv3.DreamerV3Config
FAILED rllib/algorithms/algorithm_config.py::rllib.algorithms.algorithm_config.AlgorithmConfig
FAILED rllib/algorithms/algorithm_config.py::rllib.algorithms.algorithm_config.DifferentiableAlgorithmConfig
FAILED rllib/algorithms/dreamerv3/dreamerv3.py::rllib.algorithms.dreamerv3.dreamerv3.DreamerV3Config
FAILED rllib/core/models/base.py::rllib.core.models.base.Encoder
FAILED rllib/core/models/base.py::rllib.core.models.base.Model
FAILED rllib/core/models/base.py::rllib.core.models.base.Encoder
FAILED rllib/core/models/base.py::rllib.core.models.base.Model
FAILED rllib/utils/actor_manager.py::rllib.utils.actor_manager.FaultTolerantActorManager
FAILED rllib/utils/actor_manager.py::rllib.utils.actor_manager.FaultTolerantActorManager

Mark Towers and others added 3 commits November 26, 2025 11:10
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark.m.towers@gmail.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
@pseudo-rnd-thoughts pseudo-rnd-thoughts added the rllib RLlib related issues label Nov 26, 2025
Signed-off-by: Mark Towers <mark.m.towers@gmail.com>
@pseudo-rnd-thoughts pseudo-rnd-thoughts marked this pull request as ready for review November 27, 2025 17:15
@pseudo-rnd-thoughts pseudo-rnd-thoughts requested a review from a team as a code owner November 27, 2025 17:15
@pseudo-rnd-thoughts pseudo-rnd-thoughts added the go add ONLY when ready to merge, run all tests label Nov 28, 2025
Copy link
Contributor

@simonsays1980 simonsays1980 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the improvements @pseudo-rnd-thoughts !

differentiable_learner_configs=[
DifferentiableLearnerConfig(
DifferentiableTorchLearner,
TorchDifferentiableLearner,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, was this an error induced during test construction?

Copy link
Member Author

@pseudo-rnd-thoughts pseudo-rnd-thoughts Dec 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the test was disabled therefore no one noticed the wrong name ordering

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch!

@simonsays1980 simonsays1980 merged commit 305969b into ray-project:master Dec 1, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go add ONLY when ready to merge, run all tests rllib RLlib related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants