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

Pre release finetuning #87

Merged
merged 5 commits into from
Oct 13, 2024
Merged

Pre release finetuning #87

merged 5 commits into from
Oct 13, 2024

Conversation

strakam
Copy link
Owner

@strakam strakam commented Oct 13, 2024

Ladies and gentlemen,

this is hopefully the last PR before v1.0.0 🚀.

If you have any comments, please let me know. One last thing that I want to do is to finalize examples from README.md and perhaps finetune introductory text.

(For those who can, please don't merge this).

@strakam strakam requested a review from jdujava October 13, 2024 20:52
generals/envs/env.py Outdated Show resolved Hide resolved
generals/envs/gymnasium_generals.py Outdated Show resolved Hide resolved
Comment on lines +61 to +66
action = {
"pass": 0,
"cell": action[:2],
"direction": action[2],
"split": 0,
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is there a way to make action from valid_actions to also have "cell" and "direction"?
Now there are weird manipulations like action[:2] or action[:-1] to extract relevant data.

update workflow, solve mypy problems, update makefile, remove unused
files
@strakam strakam merged commit c6d85fb into master Oct 13, 2024
1 of 2 checks passed
@strakam strakam deleted the pre-release-finetuning branch October 13, 2024 21:48
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.

2 participants