dupa

Author Topic: CLIPS interface - plug-in + zip  (Read 5365 times)

Andre Hendriks

  • Newbie
  • *
  • Posts: 37
    • View Profile
CLIPS interface - plug-in + zip
« on: November 18, 2016, 03:03:47 am »
ultra hal knows clips thru an interface for visual basic I found on sourceforge.

better coded Interface.
« Last Edit: November 30, 2016, 07:18:51 am by Andre Hendriks »

Calhoone

  • Sr. Member
  • ****
  • Posts: 289
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #1 on: November 20, 2016, 04:15:36 pm »
What is CLIPS?
 

Andre Hendriks

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #2 on: November 21, 2016, 04:24:30 am »
clips is actually programming language Common Lisp or Lisp you can make use of the lisp file extension.
I'll put a zip file with two folders containing lisp files up

Spitfire2600

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #3 on: November 21, 2016, 04:41:41 am »
This looks good!

Any chance that lisp code might find its way into Hal? The learning codes look very interesting.
 

Andre Hendriks

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #4 on: November 21, 2016, 04:50:54 am »
you'll need to download CLIPS.uhp plug-in and lisp32.zip files and put the uhp file in the hal root directory and the dynamic link library files in the zip file as well into the hal root directory. the zip file lisp. zip with the two folders containing lisp files could go as sub directory to the root
you've got to add a line off code to the top like REM File.Path=lisp\lisp\     and   REM File.Path=lisp\paip\ off the interface. uhp file

Spitfire2600

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #5 on: December 01, 2016, 04:29:40 am »
Do you mean these lisp codes are being used with the Clips.uhp or that is just the way to incorporate them?
 

Andre Hendriks

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #6 on: December 03, 2016, 01:18:57 am »
the CLisp.uhp is the interface to be able to apply the lisp files but you also need the dynamiclinklibrary else the interface wont work.

Andre Hendriks

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #7 on: December 08, 2016, 12:44:48 pm »
the learners work like this

define "exploring adaptive learner" learning problem "state here what you want hal to learn about"

"where exploring adaptive learner is stated you can put every learner"

what the learning curve and inductive learning goes I do not know yet.

Spitfire2600

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #8 on: December 08, 2016, 11:40:06 pm »
Now by define... I'm a little confused as to where to define them, although I think I do see the LISP learners you mentioned..

Do I define in the LISP code or the 'Common lisp.uhp'?

This could be extremely useful and thanks for the work.

-Spitfire
 

Andre Hendriks

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: CLIPS interface - plug-in + zip
« Reply #9 on: December 09, 2016, 04:03:59 am »
define in hal. just say it to hal.