Giter VIP home page Giter VIP logo

Comments (2)

Nostrademous avatar Nostrademous commented on August 26, 2024

First, really thanks to your guys work, it makes developing dota2 ai bot much much easier.

so several basic questions:

  1. it seems dotaservice use a dota2 headless client, is it based on the official dota2 client(how to make?) and can it update with the official update?

NOTE: THIS IS DESIGNED FOR LINUX OR OSX ONLY

Yes, it uses the official dota2 client. There are two ways to run the service:

  1. headless (this uses the docker container) - read https://github.com/TimZaman/dotaservice/blob/master/docker/README.md directions to get it up and running
  2. locally (this allows you to run it headless or with a rendering GUI). To do this download Steam and Dota2 via steam normally as you would on a Linux or OSX system.
  1. does the headless client support ai vs ai mode like the mode in the official client's lobby? I want to implement the self-play training using this mode

It will support self-play, although for now we have just been playing around with solo play to test how well it scales (via parallelization) and testing some AI designs.

  1. does dotaservice has the api doc, or where can i find the api code?

Currently an API doc doesn't exist, but honestly, if you can read code you don't need one as the code is available open source. There are example code stubs in the README.md and the examples/client.py is also another good example for interacting with the service. In reality, however (and sorry for the brutal honesty), it comes down to "can you code"? If you can, you will be able to figure 99% of things out just by looking at the source.

Really thanks!

from dotaservice.

sijiaxu avatar sijiaxu commented on August 26, 2024

great!
I will have a try on my ubuntu first.

from dotaservice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.