Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
anpl
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ziyuan Nan
anpl
Commits
45f08b32
Commit
45f08b32
authored
May 12, 2023
by
nzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
5804266b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
robotB.py
+3
-1
No files found.
robotB.py
View file @
45f08b32
...
@@ -6,6 +6,7 @@ from anpl.sandbox import import_module_from_string
...
@@ -6,6 +6,7 @@ from anpl.sandbox import import_module_from_string
import
numpy
as
np
import
numpy
as
np
import
time
import
time
import
traceback
import
traceback
from
copy
import
deepcopy
history
=
[]
history
=
[]
def
print_msg
(
message
):
def
print_msg
(
message
):
...
@@ -70,7 +71,8 @@ while not is_correct:
...
@@ -70,7 +71,8 @@ while not is_correct:
logger
.
log
(
"user"
,
"check"
,
code
)
logger
.
log
(
"user"
,
"check"
,
code
)
try
:
try
:
m
=
import_module_from_string
(
code
)
m
=
import_module_from_string
(
code
)
out
=
m
.
main
(
inp
)
inp_t
=
deepcopy
(
inp_t
)
out
=
m
.
main
(
inp_t
)
except
Exception
as
e
:
except
Exception
as
e
:
logger
.
log
(
"system"
,
"check"
,
f
"crash: {e}"
)
logger
.
log
(
"system"
,
"check"
,
f
"crash: {e}"
)
system_info
(
"[red]Crash[/red]"
)
system_info
(
"[red]Crash[/red]"
)
...
...
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