mslehre / MAS

Maximum Acyclic Subgraph (MAS) - Multiple Sequence Alignment (MSA) Game
1 stars 0 forks source link

sC RL: simple agent #42

Closed felbecker closed 5 years ago

felbecker commented 5 years ago

Create a class Agent with a member Policy. Implement a simple random policy, that makes valid moves (=adding an edge) until no more admissible edge remains. The agent can utilize an instance of the "State" class already implemented.

step 2