From 1c33fada35844dfaaea1aef371c4a64e57664203 Mon Sep 17 00:00:00 2001 From: Stone Tao Date: Wed, 13 Oct 2021 12:52:30 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22a56c7a..7a173e2d 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ After changing the Dockerfile, run `bash cli.sh clean` to clean the old docker s This is a list of all community tools built by our community! +- [Lux AI Python Gym](https://github.com/glmcdona/LuxPythonEnvGym/): A OpenAI compliant gym that replicates the entire Lux AI 2021 design. Is much faster for python agents and makes it easier to try more ML / search heavy approaches to the competition, maintained by [glmcdona](https://github.com/glmcdona/) - [Optics](https://github.com/rooklift/optics): A simple, fast, Top-Down view visualizer by [rooklift](https://github.com/rooklift/) - [Command Line Visualizer](https://github.com/nathanbabcock/lux-ai-vis): A streamlined tool to watch a replay by running a single command in the CLI - [Public Notebooks](https://www.kaggle.com/c/lux-ai-2021/code): A collection of all public notebooks (in python usually) where competitors share their ideas, code, and more. There are all kinds of solutions here, from RL, Imitation Learning, to rule based approaches.