Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

add stateless case#62

Open
mandyschen wants to merge 1 commit intofacebookresearch:mainfrom
mandyschen:add_stateless_case
Open

add stateless case#62
mandyschen wants to merge 1 commit intofacebookresearch:mainfrom
mandyschen:add_stateless_case

Conversation

@mandyschen
Copy link
Contributor

No description provided.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 1, 2023
def policy(self):
def policy(self, states: Optional[AgentStates] = None):
if states is None:
states = states
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be states = self.states

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants