Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Bug in slate_decomp_q_agent #26

Description

@rahul-zomato

self._replay_next_target_net_outputs = self._network_adapter( self._replay.states, 'Target')

should be

self._replay_next_target_net_outputs = self._network_adapter( self._replay.next_states, 'Target')

at https://github.com/google-research/recsim/blob/master/recsim/agents/slate_decomp_q_agent.py#L518

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions