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

57 gymnasium env #58

Merged
merged 12 commits into from
Jan 10, 2025
Merged

57 gymnasium env #58

merged 12 commits into from
Jan 10, 2025

Conversation

ArzhelaR
Copy link
Collaborator

@ArzhelaR ArzhelaR commented Jan 9, 2025

Closes #57

Add two gymnasium environments :

  • Trimesh-v0 : a triangular meshing environment with 3 available actions (flip, split collapse)
  • TrimeshFlip-v0 : a triangular meshing environment with only one action, flip.

Create callbacks to register different variables to monitor the learning of the agents and then plot them in tensorboard.

Perform studies on these environments, saving the results in different directories (tune/results).

@ArzhelaR ArzhelaR self-assigned this Jan 9, 2025
Copy link

codacy-production bot commented Jan 9, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.95% (target: -1.00%) 80.17%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (620e9df) 1015 895 88.18%
Head commit (d548165) 1088 (+73) 949 (+54) 87.22% (-0.95%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#58) 121 97 80.17%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@ArzhelaR ArzhelaR merged commit fbecd6c into main Jan 10, 2025
3 of 4 checks passed
@ArzhelaR ArzhelaR deleted the 57-gymnasium-env branch January 10, 2025 08:06
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.

Integration of a gymnasium environement
1 participant