Bugmark-Simulator / bugmark_simulation

A simulator for Bugmark to run experiments
Mozilla Public License 2.0
2 stars 1 forks source link

New bot behavior #90

Closed GeorgLink closed 5 years ago

GeorgLink commented 5 years ago

These changes are made to ensure that project level signals are meaningful.

More extreme differences (10x) between bots (price and volume and maturation days)

Each day, projects will change their funding strategy with a 15% probability. With four projects, we have four different funder behavior profiles. After each change, funder profiles are all used by exactly one project to ensure that the best and worst profiles are existing.

GeorgLink commented 5 years ago
GeorgLink commented 5 years ago

Bot changes behavior three times (setting) during a session, at regular intervals. This is to make sure we get the same changes throughout.

With prices below 0.5, it cuts the reward in half for workers

GeorgLink commented 5 years ago

track in offers, what strategy they were created with.

We don't need to do that, because strategies are not overlapping. We can deduce what strategy was used based on the price and volume

GeorgLink commented 5 years ago

Note. I changed the high-volume behavior during the experiment to:

volumes:
  '150': 10
  '200': 20
  '300': 30
  '400': 30
  '500': 10