Skip to content

Conversation

@Toni-SM
Copy link
Contributor

@Toni-SM Toni-SM commented Feb 28, 2025

Description

Implement deterministic evaluation for skrl's multi-agent algorithms in play.py script (fix #1935).
The current application only takes into account single-agent algorithms.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

@kellyguo11 kellyguo11 changed the title Implement deterministic evaluation for skrl's multi-agent algorithms Implements deterministic evaluation for skrl's multi-agent algorithms Feb 28, 2025
@kellyguo11 kellyguo11 merged commit 1de1b43 into main Feb 28, 2025
5 checks passed
@kellyguo11 kellyguo11 deleted the toni/multi_agent_deterministic_eval branch February 28, 2025 23:49
jtigue-bdai pushed a commit that referenced this pull request Apr 14, 2025
…#1972)

## Description

Implement deterministic evaluation for skrl's multi-agent algorithms in
`play.py` script (fix
#1935).
The current application only takes into account single-agent algorithms.

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
ToxicNS pushed a commit to ToxicNS/IsaacLab that referenced this pull request Apr 24, 2025
…isaac-sim#1972)

## Description

Implement deterministic evaluation for skrl's multi-agent algorithms in
`play.py` script (fix
isaac-sim#1935).
The current application only takes into account single-agent algorithms.

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Question] My attempt to make a direct environment for Franka lifting with 2 robots failed; the robots shakes a lot

3 participants