Skip to content

Commit 61838c2

Browse files
authored
Little fixes (#343)
* update * fle mcp * localhost * readme
1 parent 1f4ca78 commit 61838c2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ fle cluster start -s open_world # Start with open world scenario
103103
6. **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)

fle/env/instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {},

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ psql = [
7070

7171
[project.scripts]
7272
fle = "fle.run:main"
73+
fle-mcp = "fle.server:main"
7374

7475
[tool.hatch.version]
7576
path = "fle/__init__.py"

0 commit comments

Comments
 (0)