Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,15 @@ Therefore, you should do these actions in the following scenarios

- **Signed up with `email address`, generated `swarm.pem`, BUT lost `swarm.pem`** OR **You want to run multiple nodes at once**: run from scratch with the same email address and generate a new `swarm.pem`.
- **Signed up with `email address`, generated `swarm.pem`, kept `swarm.pem`** -> you can re-run a single node using this pair if you've still got them both.
### Log file overview

RL Swarm writes several log files to help you understand what is happening:

- `logs/swarm.log` – high-level lifecycle events for your node and training loop.
- `logs/prg_record.txt` – information about prediction markets and reward generation.
- `logs/swarm_launcher.log` – details from the launcher script and environment checks.

If something goes wrong, these files are usually the best first place to look before asking for help.

## Troubleshooting

Expand Down