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 game recording #51

Open
munichpavel opened this issue Mar 28, 2021 · 2 comments · May be fixed by #53
Open

Add game recording #51

munichpavel opened this issue Mar 28, 2021 · 2 comments · May be fixed by #53
Labels
enhancement New feature or request

Comments

@munichpavel
Copy link
Owner

munichpavel commented Mar 28, 2021

E.g. by dumping jpegs of each game state and making a movie using something like https://imagemagick.org/index.php or https://www.ffmpeg.org/

@munichpavel munichpavel added the enhancement New feature or request label Mar 28, 2021
@munichpavel
Copy link
Owner Author

will change Player attribute print_game_state from boolean to taking values in {None, to_screen, to_file} or something similar. This will also require migrating experiment configs.

@munichpavel
Copy link
Owner Author

Integrate with mlflow tracking api a la https://towardsdatascience.com/5-tips-for-mlflow-experiment-tracking-c70ae117b03f

This helps avoid adding a folder as argument to any game recording method, as all experiment data would be logged in the same place with MLflow.

@munichpavel munichpavel linked a pull request Apr 6, 2021 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant