Showing 20 open source projects for "q-learning"

View related business solutions
  • Crypto tax reports in under 20 minutes Icon
    Crypto tax reports in under 20 minutes

    Cryptocurrency investors or accountants looking for a tax solution

    Make tax reporting easy, reliable and accurate with Koinly. Simply connect your exchange accounts / public addresses and let Koinly calculate your capital gains, then generate a tax report for next year. Your final report is accepted by your tax agency and easy to print & file.
    Learn More
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    FXGL

    FXGL

    Java/JavaFX/Kotlin Game Library (Engine)

    .../animations. Hobby/academic/commercial projects. Teaching/learning/improving game development skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GXSM

    GXSM

    Scanning Probe Microscopy Controller and Data Visualization Software

    GXSM -- Gnome X Scanning Microscopy: A multi-channel image and vector-probe data acquisition and visualization system designed for SPM techniques (STM,AFM..), but also SPA-LEED/LEED/LEEM data analysis. A plug-in interface allows any user add-on data-processing and special hardware and instrument support. Latest: NC-AFM and related explorative methods as SQDM can be configured. High-Speed external PAC-PLL hardware option with digital DSP link. Based on several hardware options it supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MapSCII

    MapSCII

    Braille & ASCII world map renderer for your console

    .... Compatible with most Linux and OSX terminals. Highly optimized algorithms for a smooth experience. 100% pure JavaScript! Arrows up, down, left, right to scroll around. Press a or z to zoom in and out. Press c to switch to block character mode, and press q to quit. If your terminal supports mouse events you can drag the map and use your scroll wheel to zoom in and out.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    This is a very simple OpenGL visualization library with a 3D and 4D volume renderer. It can easily be reused in other projects (e.g. with medical volumes). It is just perfect for learning or great if you like to hack your own code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    OpenGLForResearch

    non-trivial OpenGL project for research purpose

    this repository contains all of my non-trivial OpenGL project done while learning computer graphics and computational fluid dynamics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Dimension Balls

    Dimension Balls

    A public domain cross platform 3D game

    An OpenGL 3D game, written from scratch (no dependencies). Provided as freeware mostly as a source of inspiration to help others. A little like a 3D version of the Amiga game Pang! The game is mostly intended for someone wanting to learn OpenGL. But since the game only uses OpenGL 1.0 the drawing code is outdated, but still things can be learned from the collision detection and other techniques. Some of the code is left in an unfinished/testing state. This game was a learning experiment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    nlProj

    3d lib

    Based on the great opengl tutorial website (http://nehe.gamedev.net), I am extracting some common API in a very object oriented programming fashion. Once the API is complete, I will start porting it to more modern versions of OpenGL. This is not really new, but it is my way of learning...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    libsdl2gl

    libsdl2gl

    A small library to create SDL 2 - OpenGL applications.

    The purpose of the library is to help the programmer to easily create an application with an OpenGL context and to help monitoring keyboard and mouse input . The library may be appropriate to start learning to code in opengl but not for big projects. This version is like a small glut replacement but without routines for drawing geometric primitives or for creating pop-up menus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10

    FixeEngine

    A 3D rendering / entity engine

    This engine is not an attemp to re-inventing the wheel. It is a more learning-oriented project than something intended to provide a wide set of features. The approach to the OpenGL in this engine is something very experimental born from my own thoughts and can be usefull in future. If you want to help for your portfolio just ask: the TODO list is very long :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a 3D Engine written in C++ using DirectX 9. It can be used as a base for those learning about DirectX or extended to make a game. It is distributed as a 3D chess game but can easily be altered to fit different purposes. NOT A COMPLETE GAME!!!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    .... really needs to be reorganized. I might get around to doing a refactoring on this code, but I wouldn't hold my breath. I wrote it over three years ago, and wrote it in quite a hurry when I did. If you compare this stuff with my GPE code, its like night and day. Well, hopefully somebody learning to work with OGRE or to program in C++, might find it useful
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    With miao3d you can train a specific Gaussian Markov Random Field (GMRF) that then can be used to estimate a depthmap ("3D"), given an image ("2D"). A GUI allows inspection of the image + depthmap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A "learning by coding" type of 3D-studio with a basic set of features. Include a pure software-implemented renderer with support for per-pixel operations (such as Phong), textures, alpha/bump/environment-mapping etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Tequila engine is a game engine developed by the mexican game development community. The purpose of the engine is to make a tool that is flexible and intuitive that can be adapted to multiple genres. The goal of the engine is to be learning tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A mini 3D computer graphics C++ cross-platform library (LGPL). Providing the minimum set of 3D objects: vector, point, transformation matrix, and quaternion. Suitable for students who are learning 3D concepts, or 3D gurus who like to build a scene-graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Another Ray-Tracing Program. Full impementation from scratch of this well-known algorithm using C++. Thanks to OOP, the code is very simple and not really optimized. I would like it to be a learning basis for the ones interested in ray-tracing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This here is collection of Open Source Software published by Bytelords. LORD - simple 3D Engine developed for learning purpose *NOTE*: ogre4j has been moved to http://www.sourceforge.net/projects/ogre/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A basic OpenGL 3D game engine built from the ground up to support multi-texturing, mip-mapping, face culling and more. Its simplicity is its virtue to aid in learning and to ease expansion. Currently, it runs on Windows using MFC, Linux support is coming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Loose intention is to develop a particle engine visualised with Java3D. Along the way various aspects of Java3D will be explored. Hopefully code generated will have benefit to others as a learning base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next