Skip to content

Commit

Permalink
Update README (#1128)
Browse files Browse the repository at this point in the history
* update readme

* update

* Update mjxproto

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sotetsuk and github-actions[bot] authored Aug 25, 2022
1 parent fcd1bd6 commit 1a2d85c
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 154 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@ mjx.run(
</tr>
</table>

This sever usage uses gRPC. Thus, actually any programming language is availabe to develop your own Mahjong AI.
For Python, we provide a convinent wrapper `mjx.Agent.server()`.

## Notes

Mjx is still under development. APIs might change without notice before v1.0.
Especially,

* Default behavior of `env.rewards(reward_type)`and `env.done(done_type)`
* Protobuf schema
* Feature extraction APIs (currently, `Observation.to_features()`)


## How to develop
We recommend you to develop Mjx inside a container.
Easiest way is open this repository from VsCode.
Expand Down
Loading

0 comments on commit 1a2d85c

Please sign in to comment.