wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
65 stars 19 forks source link

[Agents] Develop a first version of \epsilon-greedy to be implemented at Agents #84

Closed fwilhelmi closed 6 years ago

fwilhelmi commented 6 years ago

In order to realize on the main requirements and modifications to be done in the code, we aim to implement a basic learning algorithm based on the \epsilon-greedy action-selection strategy. This taks includes:

  1. Modules to introduce algorithm's specific information
  2. Generation of actions according to the allowed parameters
  3. Generation of rewards according to different metrics (to be inputed by the user, as well)
  4. Determine the action-selection procedure according to the desired method (in this case, for \epsilon-greedy)