Skip to content

Commit

Permalink
cleanup post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexge233 committed Jul 13, 2017
2 parents d5a8b40 + feaea2a commit 3d6cfa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion src/relearn.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ class policy
> __policies__;
#endif
};
/**

/*******************************************************************************
* @class q_learning This is the **deterministic** Q-Learning algorithm
* @brief Q-Learning update algorithm sets policies using episodes (`markov_chain`)
* @param gamma is the discount rate
Expand Down
9 changes: 0 additions & 9 deletions src/serialize.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ struct action_serial : public action_class

/*
* Template serialization implementation
*
* |^| | |
* | |_____| |
* | _____ |
* | | | |
* | |_____| |
* |_|_____|_|
*
*/
template <class state_class>
state_serial<state_class>::state_serial()
Expand Down Expand Up @@ -60,4 +52,3 @@ action_serial<action_class>::operator action_class()
{
return static_cast<action_class>(*this);
}

0 comments on commit 3d6cfa8

Please sign in to comment.