Skip to content

Commit

Permalink
fix: correct typos and grammar in README.md
Browse files Browse the repository at this point in the history
- Fix #1: Change "Simluation" to "Simulation" in both Twitter and Reddit headings.

- Fix #2: Update "you can customizing" to "you can customize" under the temporal feature section.
  • Loading branch information
CharlesCNorton authored Jan 14, 2025
1 parent 587ca96 commit fc9fb5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,13 @@ python scripts/twitter_simulation_1M_agents/twitter_simulation_1m.py --config_pa

## 💡Tips

### For Twitter Simluation:
### For Twitter Simulation:

- Customizing temporal feature

When simulating on generated users, you can customizing temporal feature in `social_simulation/social_agent/agents_generator.py` by modifying `profile['other_info']['active_threshold']`. For example, you can set it to all 1 if you believe that the generated users should be active the entire time.
When simulating on generated users, you can customize the temporal feature in `social_simulation/social_agent/agents_generator.py` by modifying `profile['other_info']['active_threshold']`. For example, you can set it to all 1 if you believe that the generated users should be active the entire time.

### For Reddit Simluation:
### For Reddit Simulation:

- Reddit recommendation system

Expand Down

0 comments on commit fc9fb5f

Please sign in to comment.