Skip to content

Releases: CLSFramework/soccer-simulation-proxy

Release 1.0.4

12 Oct 16:39
098ddc2
Compare
Choose a tag to compare

Added

  • self.effort and wm.see_time are added

Fixed

Changed

Developer

Release 1.0.1

25 Sep 23:25
37184e2
Compare
Choose a tag to compare

Added

  • catch_time has been added to the proxy in the self message.

Fixed

Changed

Release Contributors

Release 1.0.0

16 Sep 01:26
c3c9a22
Compare
Choose a tag to compare

Added

  • added rpc_version to the RegisterRequest message.
  • added rpc_server_language_type to the RegisterResponse message.
  • added server side planner decision maker.

Fixed

  • fixed bugs in the getActions functions in thrift and grpc.

Changed

  • changed chain_action messages name to planner

Release Contributors

Release 0.1.4

04 Sep 19:38
5411e12
Compare
Choose a tag to compare

Added

Fixed

Changed

  • Change the structure of the RPC clients.
    • Move some fields and methods in gRrpc/thrift client to the base class (IRpcClient).
    • Add RpcPlayerClient that handles the preprocess check and execution.
    • The ThriftPlayerClient and GrpcPlayerClient inherit from the RpcPlayerClient for preprocess handling.
  • Preprocess:
    • Add need_preprocess to the State message.
    • Add ignore_preprocess to the PlayerActions message.
    • Player Agents now first check whether they require preprocess actions, send the bool as the need_preprocess field in the State message. Then, if the server sends the ignore_preprocess=false (default value) to the proxy, the proxy will call doPreprocess method. If ther server sends the ignore_preprocess=true to the proxy, the proxy will not call the doPreprocess method and execute the PlayerActoins.

Release 0.1.3

02 Sep 22:34
cdf543d
Compare
Choose a tag to compare

Added

Fixed

Changed

Release 0.1.2

01 Sep 15:54
Compare
Choose a tag to compare

Added

Fixed

  • bug fixed in grpc trainer

Changed

Version v0.1.1

22 Aug 15:49
553d60f
Compare
Choose a tag to compare

Release Note: bug fixed in grpc trainer

Version v0.1.0

20 Aug 23:57
Compare
Choose a tag to compare

Release Note: Supporting GRPC and Thrift

v0

23 Apr 23:25
79d9008
Compare
Choose a tag to compare
v0
Merge pull request #1 from CLSFramework/bye

add bye command