Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexis Brenon
arcades
Commits
857a8c69
Commit
857a8c69
authored
Jul 05, 2017
by
Alexis Brenon
Browse files
✨
Add debug informations in env internal state
This can be used by tools like t-SNE
parent
6d218dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/environment/states/datasource/simulated/SweetHomeDataInferredSimulated.lua
View file @
857a8c69
...
...
@@ -72,7 +72,11 @@ function class:get_expected_action()
end
function
class
:
set_state
(
command
,
location
,
activity
)
-- TODO: remove the location field, rely on _location instead
self
.
state
=
{
_command
=
command
,
-- For debug, not use in placeholders
_location
=
location
,
-- For debug, not use in placeholders
_activity
=
activity
,
-- For debug, not use in placeholders
user1inferredcommand
=
command
,
location
=
location
,
-- Just for information, not use in placeholders
user1inferredactivity
=
activity
...
...
Write
Preview
Supports
Markdown
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