Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 423 Bytes

File metadata and controls

25 lines (18 loc) · 423 Bytes

Mjx Speed benchmark

  • AWS m6i.large at us-east-1
  • vCPU: 2
  • mem: 8GiB
  • Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz
  • Time for 100 games (avg. of 5 runs)

speed_benchmark

How to use

On Ubuntu20.04

$ ./install.sh
$ ./run.sh

On Docker (ubuntu20.04)

$ ./build.sh
$ docker run -it --rm -v $(pwd):/tmp  mjx-mjai-benchmark /bin/bash -c "cd /tmp && ./run.sh"