hlt-torch


Namehlt-torch JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/kyegomez/HLT
SummaryPaper - Pytorch
upload_time2024-02-02 23:40:50
maintainer
docs_urlNone
authorKye Gomez
requires_python>=3.6,<4.0
licenseMIT
keywords artificial intelligence deep learning optimizers prompt engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# Humanoid Locomotion Transformer
This is an implementation of the robotic transformer for humanoid robots from the premier paper from berkely: "Real-World Humanoid Locomotion with Reinforcement Learning". Here we implement the state policy model which is an MLP/FFN and a Transformer model that intakes both history and action tokens to output the next action sequence.


## Install

# License
MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kyegomez/HLT",
    "name": "hlt-torch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "artificial intelligence,deep learning,optimizers,Prompt Engineering",
    "author": "Kye Gomez",
    "author_email": "kye@apac.ai",
    "download_url": "https://files.pythonhosted.org/packages/10/cf/12c032b6922b768d84f791164b06c6c6ebd2478057c88e027d99a90dc8dc/hlt_torch-0.0.1.tar.gz",
    "platform": null,
    "description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Humanoid Locomotion Transformer\nThis is an implementation of the robotic transformer for humanoid robots from the premier paper from berkely: \"Real-World Humanoid Locomotion with Reinforcement Learning\". Here we implement the state policy model which is an MLP/FFN and a Transformer model that intakes both history and action tokens to output the next action sequence.\n\n\n## Install\n\n# License\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Paper - Pytorch",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://github.com/kyegomez/HLT",
        "Homepage": "https://github.com/kyegomez/HLT",
        "Repository": "https://github.com/kyegomez/HLT"
    },
    "split_keywords": [
        "artificial intelligence",
        "deep learning",
        "optimizers",
        "prompt engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a07b8911b956c1ff1ba9745c7ca9cc73f037c21d18e0d8dd42756b7d51f9962",
                "md5": "401f3e5c603d064f3d3cea1cc7522e9b",
                "sha256": "225fbdadb0ad2684988f6ac2f6df1c5ecc4260e4380c1783492a0c62ed6445f7"
            },
            "downloads": -1,
            "filename": "hlt_torch-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "401f3e5c603d064f3d3cea1cc7522e9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 7847,
            "upload_time": "2024-02-02T23:40:49",
            "upload_time_iso_8601": "2024-02-02T23:40:49.414972Z",
            "url": "https://files.pythonhosted.org/packages/7a/07/b8911b956c1ff1ba9745c7ca9cc73f037c21d18e0d8dd42756b7d51f9962/hlt_torch-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10cf12c032b6922b768d84f791164b06c6c6ebd2478057c88e027d99a90dc8dc",
                "md5": "2914ee19d99cac62670d6adcd95f35de",
                "sha256": "efbaea895033fb06c10d46ccedacb6648458190e10d82852a64a850ed77f0150"
            },
            "downloads": -1,
            "filename": "hlt_torch-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2914ee19d99cac62670d6adcd95f35de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 7880,
            "upload_time": "2024-02-02T23:40:50",
            "upload_time_iso_8601": "2024-02-02T23:40:50.930616Z",
            "url": "https://files.pythonhosted.org/packages/10/cf/12c032b6922b768d84f791164b06c6c6ebd2478057c88e027d99a90dc8dc/hlt_torch-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 23:40:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kyegomez",
    "github_project": "HLT",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "hlt-torch"
}
        
Elapsed time: 0.17848s