Skip to content

Releases: lugobots/lugo4node

v2.0.6

12 Apr 15:04
a82890b
Compare
Choose a tag to compare

What's Changed

  • Fixes TypeError: reader.skipField is not a function by @katipunan98 in #25

New Contributors

Full Changelog: v2.0.1...v2.0.6

v1.0.1-beta.5

12 Apr 15:12
Compare
Choose a tag to compare
  • Fixes TypeError: reader.skipField is not a function by @katipunan98

There is no PR since master is ahead of the tag

Full Changelog: v1.0.1-beta.3...v1.0.1-beta.5

v2.0.1

16 Mar 16:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 Feb 23:58
f83c3db
Compare
Choose a tag to compare

Introducing GameSnapshot Inspector - A easier way to fetch all data about the GameSnapshot
Changing the parameters of the bot method - Simplifies the method signature

v1.0.1-beta.3

10 Feb 23:08
40926ef
Compare
Choose a tag to compare
  • Adds an argument to the method that initialise the agent environment
  • Improves the naming convention to follow the patterns found in ML frameworks

v1.0.1-beta.2

10 Feb 01:23
85c4527
Compare
Choose a tag to compare
  • Cleaning up RL example: replacing a non-working example by a sample code
  • Enriched comments on the RL example
  • Added two more helper bot (previous we only had the Zombie bots):
    • Chasers: bots that always run towards the ball
    • Random Motion: bots that changes their directions after X turns
  • small fixes

v1.0.1-beta.2-rc.1

07 Jan 21:35
e6c396f
Compare
Choose a tag to compare
v1.0.1-beta.2-rc.1 Pre-release
Pre-release

Re-enables the machine learning lib

v1.0.1-beta.1

10 Oct 14:10
04cc45f
Compare
Choose a tag to compare

New method to create Move orders from vectors
New method to retrieve the opponent team

v0.0.1-beta.9

03 Sep 15:12
dcadc6b
Compare
Choose a tag to compare
Merge pull request #6 from lugobots/organizing-npm-pakg

Organizing npm pakg

v0.0.1-beta.3

12 Aug 16:02
274f098
Compare
Choose a tag to compare
  • Convert the code to Typescript
  • Breaks the deep leaning feature