Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/experiments.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ int pole2_epoch(Population *pop,int generation,char *filename,bool velocity, Car
class CartPole {
public:
CartPole(bool randomize,bool velocity);
virtual ~CartPole() {}
virtual void simplifyTask();
virtual void nextTask();
virtual double evalNet(Network *net,int thresh);
Expand Down