File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,7 @@ fle cluster start -s open_world # Start with open world scenario
1031036 . ** Run Eval** : Running open and lab play with example run configs:
104104 Tasks (one parallel run of iron-ore task):
105105 ``` sh
106- # Using uv
107- uv run -m fle.run --run_config=fle/eval/algorithms/independent/gym_run_config.json
108- # Using python
109- python -m fle.run --run_config=fle/eval/algorithms/independent/gym_run_config.json
106+ fle eval --run_config=fle/eval/configs/gym_run_config.json
110107 ```
111108
112109# ## Client-side running (optional, renders graphics)
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ class FactorioInstance:
160160
161161 def __init__ (
162162 self ,
163- address = None ,
163+ address = "localhost" ,
164164 fast = True ,
165165 tcp_port = START_RCON_PORT ,
166166 inventory : Dict = {},
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ psql = [
7070
7171[project .scripts ]
7272fle = " fle.run:main"
73+ fle-mcp = " fle.server:main"
7374
7475[tool .hatch .version ]
7576path = " fle/__init__.py"
You can’t perform that action at this time.
0 commit comments