We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#972 と同じようなものを、ブラウザ上で操作できるようにする。 すなわち、盤面と選択肢を表示し、入力を受け取ってゲームを進める動きを作る。
The text was updated successfully, but these errors were encountered:
import mjx agents = { "player_0": "127.0.0.1:9091", # human control "player_1": "127.0.0.1:9090", "player_2": "127.0.0.1:9090", "player_3": "127.0.0.1:9090" } mjx.run(agents, 1, 1, 1)
mjx.run()
env.step()
act()
現状こんな感じです。この理解で合っているでしょうか。 @sotetsuk
Sorry, something went wrong.
https://docs.python.org/ja/3/library/queue.html でセグフォが解決できるかも
No branches or pull requests
#972 と同じようなものを、ブラウザ上で操作できるようにする。
すなわち、盤面と選択肢を表示し、入力を受け取ってゲームを進める動きを作る。
The text was updated successfully, but these errors were encountered: