Deep RTS
GoldCollectFifteen.h
Go to the documentation of this file.
1//
2// Created by per on 9/6/21.
3//
4
5#ifndef DEEPRTS_GOLDCOLLECTFIFTEEN_H
6#define DEEPRTS_GOLDCOLLECTFIFTEEN_H
7#include "scenario/Scenario.h"
8
9namespace DeepRTS::Scenario{
10
12
13 public:
15 [[maybe_unused]] ActionSequenceContainer optimalStrategy() override;
16
17
18
19 };
20
21
22
23}
24#endif //DEEPRTS_GOLDCOLLECTFIFTEEN_H
Definition: GoldCollectFifteen.h:11
GoldCollectFifteen()
Definition: GoldCollectFifteen.cpp:9
ActionSequenceContainer optimalStrategy() override
Definition: GoldCollectFifteen.cpp:19
Definition: Scenario.h:13
std::vector< std::tuple< Constants::Action, const std::string > > ActionSequenceContainer
Definition: Scenario.h:15
Definition: Scenario.h:12