You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I can run this game by scripts/behavior_clone/match2.py between two AI, but I want a version that one side is an AI guided by human with keyboard text input, another side is a simple ai.
And I think text-input should be an important form to test the whole project( or even the final form). I found that ./minirts humanplay --vis_after 0 can not work anymore, the latest version even removed binary file ./minirts, left only ./minirts-backend.
So, where can I find a user-frontend for human-text-input, is there some parameters I can pass to ./minirts-backend. to get the frontend, or I should implement one by myself?
The text was updated successfully, but these errors were encountered:
It turns out that the documentation on how to watch the gameplay directly from the backend engine (instead of from processed json file) is missing. It is a bit involving because we need to set up the apache web server, especially without sudo privilege. I added detailed documentation on how to do that in the readme https://github.com/facebookresearch/minirts#control-executor-with-text
Hopefully this will help! Sorry for missing this functionality in the initial release.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can run this game by scripts/behavior_clone/match2.py between two AI, but I want a version that one side is an AI guided by human with keyboard text input, another side is a simple ai.
And I think text-input should be an important form to test the whole project( or even the final form). I found that ./minirts humanplay --vis_after 0 can not work anymore, the latest version even removed binary file ./minirts, left only ./minirts-backend.
So, where can I find a user-frontend for human-text-input, is there some parameters I can pass to ./minirts-backend. to get the frontend, or I should implement one by myself?
The text was updated successfully, but these errors were encountered: