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

Add Rice-N, C-Rice-N, Fishery, Cournot competition and a parameter sharing runner #161

Merged
merged 37 commits into from
Oct 18, 2023

Conversation

chrismatix
Copy link
Collaborator

@chrismatix chrismatix commented May 25, 2023

No description provided.

pax/envs/cournot.py Outdated Show resolved Hide resolved
if self._categorical:
return distrax.Categorical(logits=logits), value, state
else:
return distrax.MultivariateNormalDiag(loc=logits), value, state
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Allow for continuous action spaces

@chrismatix chrismatix changed the title Add cournot game Add Rice-N, C-Rice-N, Fishery, Cournot competition and a parameter sharing runner Oct 18, 2023
Copy link
Collaborator

@Aidandos Aidandos left a comment

Choose a reason for hiding this comment

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

lgtm

@Aidandos Aidandos merged commit 9d3fa62 into main Oct 18, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants