Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
3aca456b
Commit
3aca456b
authored
Oct 02, 2015
by
Davis King
Browse files
fixed spelling error in comment
parent
99a91ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/control/approximate_linear_models_abstract.h
dlib/control/approximate_linear_models_abstract.h
+1
-1
No files found.
dlib/control/approximate_linear_models_abstract.h
View file @
3aca456b
...
@@ -17,7 +17,7 @@ namespace dlib
...
@@ -17,7 +17,7 @@ namespace dlib
This object defines the interface a feature extractor must implement if it
This object defines the interface a feature extractor must implement if it
is to be used with the process_sample and policy objects defined at the
is to be used with the process_sample and policy objects defined at the
bottom of this file. Moreover, it is meant to represent the core part
bottom of this file. Moreover, it is meant to represent the core part
of a model use in a reinforcement learning algorithm.
of a model use
d
in a reinforcement learning algorithm.
In particular, this object models a Q(state,action) function where
In particular, this object models a Q(state,action) function where
Q(state,action) == dot(w, PSI(state,action))
Q(state,action) == dot(w, PSI(state,action))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment