Commit 9ed5d54c authored by sbl1996@126.com's avatar sbl1996@126.com

Add install requires for server

parent e2bd6453
......@@ -70,7 +70,7 @@ Pre-built binaries are available for Ubuntu 22.04 or newer. If you're using them
3. Verify the installation:
```bash
cd scripts
python -u eval.py --env-id "YGOPro-v1" --deck ../assets/deck/ --num_episodes 32 --strategy random --lang chinese --num_envs 16
python -u eval.py --deck ../assets/deck/ --num_episodes 32 --strategy random --lang chinese --num_envs 16
```
If you see episode logs and the output contains this line, the environment is working correctly. For more usage examples, see the [Evaluation](#evaluation) section.
......
......@@ -16,6 +16,10 @@ REQUIRED = [
"tyro",
"pandas",
"tensorboardX",
"fastapi",
"uvicorn[standard]",
"pydantic_settings",
"tqdm",
]
here = os.path.dirname(os.path.abspath(__file__))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment