Coder Social home page Coder Social logo

hypertension's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hypertension's Issues

Add a license?

This repository, and also HyperTensioN_U, has no license, which by default actually means that all rights are reserved. Could you please add a license if you intend that the code be open-source? I would suggest the Apache license like Pyhop, or the MIT or BSD licenses. Thank you!

HDDL parser doesn't support ordering subtasks together when those subtasks are actions

If the subtasks are chained together in a method, then the parser doesn't save the state of those actions that were chained. For ex:

(:method test_method
        :parameters (?from ?to ?destination - object)
        :task
        (goto ?test ?destination)
        :precondition (and (loc ?test ?from) (adj ?from ?to))
        :ordered-subtasks
        (and (action_1 ?hero ?from ?to) (action_2 ?hero ?from ?to) (goto ?hero ?destination))
  )

The state changes in action_1 are not reflected for action_2.

License?

Hi,

I was investigating porting HyperTensioN to c++ / GDScript in the Godot Engine for games.

What license is this? Godot Engine is MIT licensed. As MIT license HyperTensioN would benefit many.

Dash in action names replaced by underscore

Hello,

I tried to verify the plans from HyperTensioN with the pandaPIparser (https://github.com/panda-planner-dev/pandaPIparser) and noticed that I need to set the FAST_OUTPUT attribute to false in order to get the full plans. However, there seems so be an issue if the domain contains actions with a dash in their name. The dash appears to be replaced with an underscore.

I tested it with the domain Barman-BDI, pfile01.hddl (from https://github.com/panda-planner-dev/ipc2020-domains/blob/master/total-order/Barman-BDI/) which contains the action fill-shot. In the plan I got it is called fill_shot (see plan attached) and therefore the plan is rejected by pandaPIparser (e.g. "Task with id=31 and task name "fill_shot" is not declared in the domain.")

I am using Ubuntu 20.04.2 LTS on the WSL 1 (Windows version: 10.0.19041.1083) in case this helps to track the error down. Unfortunately, I have no access to a native Ubuntu system running ruby.

Best regards

plan.txt

[Question] Usage in Games

Hi,

I was wondering if the enhancements you've made to your toolchain would be applicable to game development? Would your toolchain be able to be extended to output another language such as C++, C# or Haxe?

Cheers,
Ryan.

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.