Skip to content

Commit 069e0b3

Browse files
committed
add pre_process and test
1 parent 0658cbf commit 069e0b3

File tree

4 files changed

+2898
-0
lines changed

4 files changed

+2898
-0
lines changed

idl/service.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ message State {
260260
RegisterResponse register_response = 1;
261261
WorldModel world_model = 2;
262262
WorldModel full_world_model = 3;
263+
bool need_preprocess = 4;
263264
}
264265

265266
enum AgentType {
@@ -840,6 +841,7 @@ message PlayerAction {
840841

841842
message PlayerActions {
842843
repeated PlayerAction actions = 1;
844+
bool ignore_preprocess = 2;
843845
}
844846

845847
message ChangePlayerType {

service_pb2.py

Lines changed: 300 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)