Spaces:
Sleeping
Sleeping
change game from catch to 2048
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -50,7 +50,7 @@ COPY README.md /app/README.md
|
|
| 50 |
ENV PYTHONPATH=/repo:/repo/build/python:/app/env
|
| 51 |
|
| 52 |
# OpenSpiel-specific environment variables (can be overridden at runtime)
|
| 53 |
-
ENV OPENSPIEL_GAME=
|
| 54 |
ENV OPENSPIEL_AGENT_PLAYER=0
|
| 55 |
ENV OPENSPIEL_OPPONENT_POLICY=random
|
| 56 |
|
|
|
|
| 50 |
ENV PYTHONPATH=/repo:/repo/build/python:/app/env
|
| 51 |
|
| 52 |
# OpenSpiel-specific environment variables (can be overridden at runtime)
|
| 53 |
+
ENV OPENSPIEL_GAME=2048
|
| 54 |
ENV OPENSPIEL_AGENT_PLAYER=0
|
| 55 |
ENV OPENSPIEL_OPPONENT_POLICY=random
|
| 56 |
|